Promotes unmanaged objects to managed objects.
Visual Basic |
---|
Public Function PromoteObjects( _ ByVal ObjVers As ObjVers, _ ByVal pIPropertyValuesOfMultipleObjects As PropertyValuesOfMultipleObjectsEx, _ Optional ByVal ACLEnforcingMode As MFACLEnforcingMode = MFACLEnforcingModeAutomatic, _ Optional ByVal pACLProvidedCBN As AccessControlList = 0 _ ) As ObjectVersionAndPropertiesOfMultipleObjects |
Value | Description |
---|---|
MFACLEnforcingModeAutomatic | The ACL previously stored for the object is used as the provided ACL. |
MFACLEnforcingModeNone | The object ACL remains untouched. |
MFACLEnforcingModeProvided | The ACL provided by the caller is used. |
MFACLEnforcingModeResetToDefault | The ACL calculated from the properties is used as the provided ACL. |
Supported in M-Files 21.11.10853.5 and later.
This method is available only if M-Files API is used in the server interface mode.