M-Files API 23.11.13135.0
ObjVer Object
Members 
Description
The ObjVer class represents an object version.
Public Methods
Creates a copy of the object.
Copies the content to this object from another object.
Checks for equality to the specified object.
Specifies whether this object represents the latest version.
Specifies whether this object version represents a specific version.
Serializes the object.
Sets the object version to represent a specific version of the object.
Sets the type, ID and version of the object.
Sets the object version to represent the latest version of the object.
Sets the object version to represent the latest version of the object.
Sets the ObjID and version of the object.
Sets the object version to represent a specific version of the object.
Converts the data structure to a JSON string.
Unserializes the object.
Public Properties
The external repository name of the object.
The external repository identifier of the object.
The ID of the object (unique in one object type).
The ObjID of the object.
The object type of the object.
The version of the object.
The object version.
Remarks

The object version identifies the specific version of an object in a document vault. The object version includes the object ID and the version number of the object.

The ObjVer object does not contain actual object data, but rather only the identification information. To access the object-specific data, use the ObjVer object to obtain the ObjectVersionAndProperties object.

See Also

ObjVer Members  | ObjID Object