M-Files API 23.11.13135.0
SetPropertiesEx Method
VaultObjectPropertyOperations Object : SetPropertiesEx Method
The object version that identifies the object.
The property values to set.
If this is set to true, the method can set the properties even when this causes the metadata to have empty values for required properties.
Description
Sets the specified properties of the specified object version.
Syntax
Visual Basic
Public Function SetPropertiesEx( _
   ByVal ObjVer As ObjVer, _
   ByVal PropertyValues As PropertyValues, _
   ByVal AllowMissingRequiredProperties As Boolean _
) As ObjectVersionAndProperties
Parameters
ObjVer
The object version that identifies the object.
PropertyValues
The property values to set.
AllowMissingRequiredProperties
If this is set to true, the method can set the properties even when this causes the metadata to have empty values for required properties.
Remarks
Supported in M-Files 22.6.11529.0 and later.
See Also

VaultObjectPropertyOperations Object  | VaultObjectPropertyOperations Members