Show / Hide Table of Contents

Class OwnershipBasedAccessControlInfo

Defines the ownership-based access control settings of a feature service.

Inheritance
System.Object
OwnershipBasedAccessControlInfo
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
In This Article
Back to top Copyright © 2022 Esri.