EditFieldsInfo QML Type
Information about edit tracking fields. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
- List of all members, including inherited members
- EditFieldsInfo is part of QML Type List.
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
[read-only] creationDateField : string |
Returns the name of the field containing information about when the feature was first created (read-only).
[read-only] creatorField : string |
Returns the name of the field containing information about who created the feature (read-only).
[read-only] editDateField : string |
Returns the name of the field containing information about when the feature was last edited (read-only).
[read-only] editorField : string |
Returns the name of the field containing information about who edited the feature last (read-only).
[read-only] realm : string |
Returns the name of the field containing information about the realm of the person who edited the feature last (read-only).