M-Files API 23.11.13135.0
SetAllPropertiesEx Method
VaultObjectPropertyOperations Object : SetAllPropertiesEx Method
The object version that identifies the object.
If this is set to true, the method can change checked-in objects.
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.
The property values to set.
Description
Sets all the properties of the specified object.
Syntax
Visual Basic
Public Function SetAllPropertiesEx( _
   ByVal ObjVer As ObjVer, _
   ByVal AllowModifyingCheckedInObject As Boolean, _
   ByVal AllowMissingRequiredProperties As Boolean, _
   ByVal PropertyValues As PropertyValues _
) As ObjectVersionAndProperties
Parameters
ObjVer
The object version that identifies the object.
AllowModifyingCheckedInObject
If this is set to true, the method can change checked-in objects.
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.
PropertyValues
The property values to set.
Remarks
Supported in M-Files 22.6.11529.0 and later.
See Also

VaultObjectPropertyOperations Object  | VaultObjectPropertyOperations Members