IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

itemData (property)

The data that was downloaded, or that should be uploaded by the class.

Syntax

@property (nonatomic,readwrite,assign,getter=itemData,setter=setItemData:) NSString* itemData;
- (NSString*)itemData;
- (void)setItemData:(NSString*)newItemData;

@property (nonatomic,readwrite,assign,getter=itemDataB,setter=setItemDataB:) NSData* itemDataB; - (NSData*)itemDataB; - (void)setItemDataB:(NSData*)newItemData;
public var itemData: String {
  get {...}
set {...} }
public var itemDataB: Data { get {...}
set {...} }

Default Value

""

Remarks

This property is populated with file data after calling DownloadFile if LocalFile is not set.

This property can also be set before calling UploadFile; its data will be uploaded if LocalFile is not set.

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