ArcGIS Runtime SDK for iOS: AGSPortalItem(AGSDeprecated) Category Reference
ArcGIS Runtime SDK for iOS  100.15
AGSPortalItem(AGSDeprecated) Category Reference

Instance Methods

(instancetype) - initWithPortal:
 

Class Methods

(instancetype) + portalItemWithPortal:
 

Properties

NSString *GUID __deprecated
 
NSString * accessAndUseConstraintsHtml
 

Method Documentation

◆ initWithPortal:

- (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.

Parameters
portalThe portal.
See also
AGSPortalItem::portal
Since
100.0
Deprecated:
100.6.0. Use initWithPortal:type: (AGSPortalItem) instead.

Extends class AGSPortalItem.

◆ portalItemWithPortal:

+ (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.

Parameters
portalThe portal.
See also
AGSPortalItem::portal
Since
100.0
Deprecated:
100.6.0. Use initWithPortal:type: (AGSPortalItem) instead.

Extends class AGSPortalItem.

Property Documentation

◆ __deprecated

- (NSString* GUID) __deprecated
readnonatomiccopy

The GUID of this portal item.

Since
100
Deprecated:
100.5 No replacement because this property is not useful. AGSItem.itemID provides a unique identifier of the item.

Extends class AGSPortalItem.

◆ accessAndUseConstraintsHtml

- (NSString*) accessAndUseConstraintsHtml
readwritenonatomiccopy

Information about licenses or restrictions to view or edit the item.

Since
100
Deprecated:
100.4 Use #termsOfUse instead.

Extends class AGSPortalItem.