Information about edit tracking fields. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- creationDateField : string
- creatorField : string
- editDateField : string
- editorField : string
- realm : string
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Instances of this class indicate which fields or attributes of a feature contain information about who created or edited the feature and when it was created or edited.
Property Documentation
Returns the name of the field containing information about when the feature was first created (read-only).
Returns the name of the field containing information about who created the feature (read-only).
Returns the name of the field containing information about when the feature was last edited (read-only).
Returns the name of the field containing information about who edited the feature last (read-only).
Returns the name of the field containing information about the realm of the person who edited the feature last (read-only).