ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / TableDefinition Class / IsEditorTrackingEnabled Method

In This Topic
    IsEditorTrackingEnabled Method
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also