OwnershipBasedAccessControlInfo

Defines the ownership-based access control settings of a feature service. The feature-service owner or administrator can define ownership-based access control to specify which edit operations can be performed on features and by whom. For more information about setting this access control, see Ownership-based access control for feature services.

By examining the OwnershipBasedAccessControlInfo properties, you can determine the access control settings for the features and understand the permissions associated with querying, updating, and deleting features.

You can find ownership-based access control information about specific layers from the ArcGISFeatureLayerInfo.ownershipBasedAccessControl or the ArcGISMapServiceSublayerInfo.ownershipBasedAccessControl. You can enable ownership-based access control by setting EditorTrackingInfo.ownershipBasedAccessControlEnabled.

Since

200.1.0

Properties

Link copied to clipboard

True if anonymous users are allowed to delete features, false otherwise. True if an error occurs.

Link copied to clipboard

True if anonymous users are allowed to update features, false otherwise. True if an error occurs.

Link copied to clipboard

True if others are allowed to delete features, false otherwise. False if an error occurs.

Link copied to clipboard

True if others are allowed to query for features, false otherwise. False if an error occurs.

Link copied to clipboard

True if others are allowed to update features, false otherwise. False if an error occurs.