DataObjectVersion Properties |
The DataObjectVersion type exposes the following members.
| Name | Description | |
|---|---|---|
| CreatedBy |
ID of the user who created the DataObject version.
| |
| CreateTime |
Date of creation of the DataObject version object.
| |
| Current |
True if the DataObjectVersion object represents the newest version of the DataObject.
| |
| FirstVersion |
Defines whether the version is the first version for the dataobject.
The value of the FirstVersion attribute is readonly.
Returns NotSet if the information is not available.
| |
| FixedFields |
The fixed fields that the data object has property-xml for.
| |
| Id |
ID of the DataObjectVersion
| |
| ItemInt32 |
Retriever/assigner of values for a property.
The data type of a value depends on the property type and data type:
Value property - Text: string
Value property - Integer: int
Value property - DateTime: DateTime
Value property - Decimal: double
Value property - Boolean: bool
Value property - Hyperlink: string
Value property - TimeSpan: TimeSpan
Value property - MultiLangText: string (value in active user's language)
Value property - Xml: string
Set property: int
Reference property: int
| |
| ItemString |
Retriever/assigner of values for a property.
The data type of a value depends on the property type and data type:
Value property - Text: string
Value property - Integer: int
Value property - DateTime: DateTime
Value property - Decimal: double
Value property - Boolean: bool
Value property - Hyperlink: string
Value property - TimeSpan: TimeSpan
Value property - MultiLangText: string (value in active user's language)
Value property - Xml: string
Set property: int
Reference property: int
| |
| Owner |
The data object that the version belongs to.
| |
| Properties |
Properies contains the values for the various properties that are used
on the dataobjecttype that the dataobject belongs to.
The collection is sorted on DataObjectVersionProperty.DataObjectTypeProperty.VOrder.
| |
| ReadInfo |
Contains information on when the object was read by a user
Can be null if it was not read or if the information was not loaded.
|