M-Files API 23.11.13135.0
SetIDs Method
ObjVer Object : SetIDs Method
The ID of the object type.
The ID of the object. This is unique to one object type.
The version of the object.
Description
Sets the type, ID and version of the object.
Syntax
Visual Basic
Public Sub SetIDs( _
   ByVal ObjType As Long, _
   ByVal ID As Long, _
   ByVal Version As Long _
) 
Parameters
ObjType
The ID of the object type.
ID
The ID of the object. This is unique to one object type.
Version
The version of the object.
See Also

ObjVer Object  | ObjVer Members