ArcGIS Runtime SDK for iOS: AGSOwnershipBasedAccessControlInfo Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSOwnershipBasedAccessControlInfo Class Reference

Description

Ownership-based access control information for the features of a feature service layer.

Information about the ownership-based access control for the features of a feature service layer.

Since
100
Inheritance diagram for AGSOwnershipBasedAccessControlInfo:
AGSObject

Properties

BOOL allowAnonymousToDelete
 
BOOL allowAnonymousToUpdate
 
BOOL allowOthersToDelete
 
BOOL allowOthersToQuery
 
BOOL allowOthersToUpdate
 

Property Documentation

◆ allowAnonymousToDelete

- (BOOL) allowAnonymousToDelete
readnonatomicassign

Indicates whether a feature can be deleted by anonymous users.

Since
100

◆ allowAnonymousToUpdate

- (BOOL) allowAnonymousToUpdate
readnonatomicassign

Indicates whether a feature can be updated by anonymous users.

Since
100

◆ allowOthersToDelete

- (BOOL) allowOthersToDelete
readnonatomicassign

Indicates whether a feature can be deleted by others (i.e. non creator).

Since
100

◆ allowOthersToQuery

- (BOOL) allowOthersToQuery
readnonatomicassign

Indicates whether a feature can be queried by others (i.e. non creator).

Since
100

◆ allowOthersToUpdate

- (BOOL) allowOthersToUpdate
readnonatomicassign

Indicates whether a feature can be updated by others (i.e. non creator).

Since
100