Show / Hide Table of Contents

Class EditorTrackingInfo

Editor tracking information indicates who edited features of an ArcGIS feature service.

Inheritance
System.Object
EditorTrackingInfo
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 EditorTrackingInfo
Remarks

Editor tracking allows you to record who made edits and when the edits were applied. This can help you enforce accountability and quality control of the features you add to the geodatabase. If EditorTrackingEnabled is true, this editing information is recorded against each edited feature using the fields specified in the EditFieldsInfo. For more information, see Editor tracking for feature services.

You can obtain EditorTrackingInfo from the EditorTrackingInfo.

Properties

Name Description
AllowAnonymousToDelete

Gets a value indicating whether anonymous users are allowed to delete.

AllowAnonymousToUpdate

Gets a value indicating whether anonymous users are allowed to update.

AllowOthersToDelete

Gets a value indicating whether others are allowed to delete features.

AllowOthersToUpdate

Gets a value indicating whether others are allowed to update features.

EditorTrackingEnabled

Gets a value indicating whether editor tracking is enabled.

OwnershipBasedAccessControlEnabled

Gets a value indicating whether ownership-based access control is enabled.

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.