|
ArcGIS Runtime SDK for iOS
100.15
|
Instance Methods | |
| (instancetype) | - initWithPortal: |
Class Methods | |
| (instancetype) | + portalItemWithPortal: |
Properties | |
| NSString *GUID | __deprecated |
| NSString * | accessAndUseConstraintsHtml |
| - (instancetype) initWithPortal: | (AGSPortal *) | portal |
Creates a new portal item object for a specified portal. This constructor is used if you wish to create a new item that you will add to a portal.
| portal | The portal. |
AGSPortalItem::portal initWithPortal:type: (AGSPortalItem) instead. Extends class AGSPortalItem.
| + (instancetype) portalItemWithPortal: | (AGSPortal *) | portal |
Creates a new portal item object for a specified portal. This constructor is used if you wish to create a new item that you will add to a portal.
| portal | The portal. |
AGSPortalItem::portal initWithPortal:type: (AGSPortalItem) instead. Extends class AGSPortalItem.
|
readnonatomiccopy |
The GUID of this portal item.
AGSItem.itemID provides a unique identifier of the item. Extends class AGSPortalItem.
|
readwritenonatomiccopy |
Information about licenses or restrictions to view or edit the item.
#termsOfUse instead. Extends class AGSPortalItem.