Class EditorTrackingInfo
Editor tracking information indicates who edited features of an ArcGIS feature service.
Inheritance
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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |