updateEntrySource (property)

This property is used when an entry has been copied from one feed to another feed.

Syntax

@property (nonatomic,readwrite,assign,getter=updateEntrySource,setter=setUpdateEntrySource:) NSString* updateEntrySource;
- (NSString*)updateEntrySource;
- (void)setUpdateEntrySource:(NSString*)newUpdateEntrySource;
public var updateEntrySource: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property is used when an entry has been copied from one feed to another feed. It preserves all child element of the feed other than entries.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]