Class OwnershipBasedAccessControlInfo
Defines the ownership-based access control settings of a feature service.
Inheritance
Namespace: Esri.ArcGISRuntime.ArcGISServices
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class OwnershipBasedAccessControlInfo
Remarks
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 OwnershipBasedAccessControl or the OwnershipBasedAccessControl. You can enable ownership-based access control by setting OwnershipBasedAccessControlEnabled.
Properties
Name | Description |
---|---|
AllowAnonymousToDelete | Gets a value indicating whether anonymous users are allowed to delete features. |
AllowAnonymousToUpdate | Gets a value indicating whether anonymous users are allowed to update features. |
AllowOthersToDelete | Gets a value indicating whether others are allowed to delete features. |
AllowOthersToQuery | Gets a value indicating whether others are allowed to query features. |
AllowOthersToUpdate | Gets a value indicating whether others are allowed to update features. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.8 |
.NET | 100.13 - 200.8 |
.NET Windows | 100.13 - 200.8 |
.NET Android | 200.0 - 200.8 |
.NET iOS | 200.0 - 200.8 |
.NET Framework | 100.0 - 200.8 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.8 |