M-Files API 23.11.13135.0
GetProperties Method
VaultObjectPropertyOperations Object : GetProperties Method
The object version that identifies the object.
If this is set to True, information is always updated from the server.
Description
Gets all the properties of the specified object version.
Syntax
Visual Basic
Public Function GetProperties( _
   ByVal ObjVer As ObjVer, _
   Optional ByVal UpdateFromServer As Boolean = False _
) As PropertyValues
Parameters
ObjVer
The object version that identifies the object.
UpdateFromServer
If this is set to True, information is always updated from the server.
Return Type
The collection of the property values of the object.
See Also

VaultObjectPropertyOperations Object  | VaultObjectPropertyOperations Members