M-Files API 23.11.13135.0
SetPropertiesWithPermissionsEx Method
VaultObjectPropertyOperations Object : SetPropertiesWithPermissionsEx Method
The object version for which the properties are updated.
The new properties for the object version.
The ACL enforcing mode.
ACL provided by the user. Can be NULL if the enforcing mode != eafmProvided.
The electronic signature that might be required by a workflow state transition.
Description
Sets all the properties and permissions of the specified object version.
Syntax
Visual Basic
Public Function SetPropertiesWithPermissionsEx( _
   ByVal ObjVer As ObjVer, _
   ByVal PropertyValues As PropertyValues, _
   Optional ByVal ACLEnforcingMode As MFACLEnforcingMode = MFACLEnforcingModeAutomatic, _
   Optional ByVal ACLProvided As AccessControlList = 0, _
   Optional ByVal ElectronicSignature As Object _
) As ObjectVersionAndProperties
Parameters
ObjVer
The object version for which the properties are updated.
PropertyValues
The new properties for the object version.
ACLEnforcingMode
ValueDescription
MFACLEnforcingModeAutomaticThe ACL previously stored for the object is used as the provided ACL.
MFACLEnforcingModeNoneThe object ACL remains untouched.
MFACLEnforcingModeProvidedThe ACL provided by the caller is used.
MFACLEnforcingModeResetToDefaultThe ACL calculated from the properties is used as the provided ACL.
The ACL enforcing mode.
ACLProvided
ACL provided by the user. Can be NULL if the enforcing mode != eafmProvided.
ElectronicSignature
The electronic signature that might be required by a workflow state transition.
See Also

VaultObjectPropertyOperations Object  | VaultObjectPropertyOperations Members