M-Files API 23.11.13135.0
ObjectVersion Object
Members 
Description
The ObjectVersionData class represents object version data.
Public Methods
Creates a copy of the object.
Compares the object version information of this object to that of another one.
Gets the name of the object version in a format that is compatible with file systems, such as NTFS. Characters that are illegal in file-system use are encoded.
Gets the name of the object version in a format that is compatible with file systems, such as NTFS. Characters that are illegal in file-system use are encoded.
Public Properties
The last time the object was accessed by the current user, in UTC. Undefined if IsAccessedByMeValid is false.
The ID of an associated folder.
The base properties of the object version.
The time in UTC when the object was checked out.
The user ID to which the object has been checked out.
The computer name to which the object has been checked out.
The username to which the object has been checked out.
The identifier of the checked-out version of the object.
The class of the object version.
The time in UTC when the object version was created.
The ID of the current user.
Specifies whether the state of the object is deleted.
The display ID of the object. This may differ from the numeric internal ID.
Specifies whether the display ID is available.
The files of the object version.
The number of files that the object version contains.
Specifies whether relationships from one or more assignments to this object exist.
Specifies whether the object has shared files.
The host name of the current session.
The ID of the object icon.
True when the value of AccessedByMeUtc is valid.
Specifies whether the object is a conflict.
Specifies whether the object is a shortcut.
The time in UTC when the object version was last modified.
The latest checked-in object version.
The latest object version that is checked in, or zero if the object has no checked-in version.
Specifies whether this object version is either the latest checked-in version of the object, or the checked-out version of the object.
Bit flags that describe the capabilities of an object.
Specifies whether the object is checked out to any user on any computer.
Specifies whether the object is checked out to the current user on any computer.
Specifies whether the object is checked out to the current user on this computer.
Specifies the object flags.
The object GUID as a string.
Bit flags that provide additional information on the object version.
The object version identifier as an ObjVer object.
The ObjID of the object in the vault in which the object was originally created.
The GUID of the vault in which the object was originally created.
Specifies whether the object version is a single-file object.
Specifies whether this object version is checked out.
Specifies whether this object version is the latest version from the current user's perspective.
The title of the object version.
The version GUID as a string.
Specifies whether this object version is visible after the operation.
Remarks

This class is for retrieving information on an object version and the whole object. Some values are specific for the object version whose identifier can be accessed by using the ObjVer property. Other values reflect object-level information.

The ObjectVersion object is encapsulated in the ObjectVersionAndProperties object.

See Also

ObjectVersion Members