ArcGIS Runtime SDK for iOS
100.15
|
information about a feature service's editor tracking configuration and ownership based access control
Properties | |
BOOL | allowAnonymousToDelete |
BOOL | allowAnonymousToUpdate |
BOOL | allowOthersToDelete |
BOOL | allowOthersToUpdate |
BOOL | editorTrackingEnabled |
BOOL | ownershipBasedAccessControlEnabled |
|
readnonatomicassign |
Indicates whether anonymous users can delete features
|
readnonatomicassign |
Indicates whether anonymous users can delete features
|
readnonatomicassign |
Indicates whether non-owners can delete features
|
readnonatomicassign |
Indicates whether non-owners can update features
|
readnonatomicassign |
Indicates whether the feature service has editor tracking enabled
|
readnonatomicassign |
Indicates whether the feature service has owner access control enabled. If enabled, only users who "own" a feature (i.e created the feature originally) are allowed to update or delete them unless explicitly allowed by allowOthersToUpdate
, allowOthersToDelete
, allowAnonymousToUpdate
, allowAnonymousToDelete
settings. When disabled, any user can edit any feature (even if it belongs to another user) as long as the service allows edits in general.
- canDeleteFeature: (AGSFeatureTable)
and - canUpdateFeature: (AGSFeatureTable)
for information about whether a user can edit a feature based on the specified ownership based access control