Click or drag to resize

DataObjectVersion Properties

The DataObjectVersion type exposes the following members.

Properties
  NameDescription
Public propertyCreatedBy
ID of the user who created the DataObject version.
Public propertyCreateTime
Date of creation of the DataObject version object.
Public propertyCurrent
True if the DataObjectVersion object represents the newest version of the DataObject.
Public propertyFirstVersion
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.
Public propertyFixedFields
The fixed fields that the data object has property-xml for.
Public propertyId
ID of the DataObjectVersion
Public propertyItemInt32
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
Public propertyItemString
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
Public propertyOwner
The data object that the version belongs to.
Public propertyProperties
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.
Public propertyReadInfo
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.
Top
See Also