ArcGIS Pro 2.9 API Reference Guide
IsEditorTrackingEnabled Method

ArcGIS.Core.Data Namespace > TableDefinition Class : IsEditorTrackingEnabled Method
Gets a value indicating whether editor tracking is enabled for the associated Table dataset. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public bool IsEditorTrackingEnabled()
Public Function IsEditorTrackingEnabled() As Boolean

Return Value

true if editor tracking is enabled for the associated table; otherwise, false.
Exceptions
ExceptionDescription
The definition does not support this operation (e.g., the table is a shapefile).
A geodatabase-related exception has occurred.
Remarks
Editor tracking allows the table to record information about when the rows are created and modified through the ArcGIS system. If editor tracking is enabled the following properties are of interest:

IsTimeInUTC, GetCreatedAtField, GetCreatorField, GetEditedAtField, GetEditorField.

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

TableDefinition Class
TableDefinition Members