M-Files API 23.11.13135.0
ObjID Object
Members 
Description
The ObjID class represents an object ID.
Public Methods
Creates a copy of the object.
Copies the content to this object from another object.
Specifies whether this object ID represents a managed object.
Specifies whether this object ID represents an unmanaged object.
Serializes the object.
Sets the type and external repository identifiers of the object.
Sets the type and ID 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 object type of the object.
Remarks

The object ID identifies an object in a document vault. The object ID consists of two parts. The first part is the object type and the second part is the ID that is unique within the specified object type. Together these parts define the identifier of an object.

ObjID is part of the ObjVer class, which uniquely identifies a single vault object version.

See Also

ObjID Members