updateEntryContent (property)

This property contains the text contents of an Atom entry.

Syntax

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

Default Value

""

Remarks

This property contains the text contents of an Atom entry.

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