atomData (property)

The complete content of the Atom resource.

Syntax

@property (nonatomic,readwrite,assign,getter=atomData,setter=setAtomData:) NSString* atomData;
- (NSString*)atomData;
- (void)setAtomData:(NSString*)newAtomData;

@property (nonatomic,readwrite,assign,getter=atomDataB,setter=setAtomDataB:) NSData* atomDataB; - (NSData*)atomDataB; - (void)setAtomDataB:(NSData*)newAtomData;
public var atomData: String {
  get {...}
set {...} }
public var atomDataB: Data { get {...}
set {...} }

Default Value

""

Remarks

This property will contain the bytes received when retrieving Atom feeds or a media type through the GetResource method. When writing an Atom feed using the WriteFile method, the AtomData will be generated from the existing properties.

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