ArcGIS Runtime SDK for iOS
100.15
|
Content for a new AGSPortalItem
.
Instances of this class represent content for a new portal item created by AGSPortal::addPortalItem:withContentParams:toFolder:
@define{AGSPortalItemContentParameters.h, ArcGIS}
Class Methods | |
(instancetype) | + portalItemContentParametersWithData:filename: |
(instancetype) | + portalItemContentParametersWithJSON: |
(instancetype) | + portalItemContentParametersWithURL: |
Properties | |
NSString * | filename |
id | value |
+ (instancetype) portalItemContentParametersWithData: | (NSData *) | data | |
filename: | (nullable NSString *) | filename | |
Initialize an AGSPortalItemContentParameter object with data.
data | The data representing the file to be added or updated on an AGSPortalItem . |
filename | The file name to be used for the file being uploaded for this content item. |
+ (instancetype) portalItemContentParametersWithJSON: | (id) | JSONObject |
Initialize an AGSPortalItemContentParameter object with json.
JSONObject | The json representing the content (like a web map) for the AGSPortalItem . |
+ (instancetype) portalItemContentParametersWithURL: | (NSURL *) | URL |
Initialize an AGSPortalItemContentParameter object with a url.
URL | The url to be used for the AGSPortalItem . |
|
readnonatomiccopy |
The name of the file being uploaded for this content item, including extension.
|
readnonatomicstrong |
The object representing the content to be added or updated. Valid objects for adding/updating are: