IDataObjectStatus
Represents the "status" part of the entity of a data object.
The data on the state, version and editor of the data object are recorded in the status of a data object.
Properties
Property | Description |
---|---|
DateCheckedOut:DateTime | Gets the date when a user checked out the data object. |
Editor:IUser | Sets or gets the current user. |
IsCheckedOut:Boolean | Checks whether the data object is currently checked out. |
LastModified:DateTime | Gets the date of the last edit of the data object. |
MinorVersion:Int32 | Gets the current minor version of the data object. |
Version:Int32 | Gets the current major version of the data object. |