M-Files API 23.11.13135.0
MFObjectOperationFlags Enumeration
Description
Object operation flags.
Members
MemberValueDescription
MFObjectOperationFlagChangeACLInAllVersions32The permissions should be updated for all versions.
MFObjectOperationFlagDisallowNameChange4Changing the object name is not allowed.
MFObjectOperationFlagNone0None
MFObjectOperationFlagRequireChangeSecurityAccess8The current user must have change security access to the modified object after the operation is completed.
MFObjectOperationFlagRequireEditAccess2The current user must have edit access to the modified object after the operation is completed.
MFObjectOperationFlagRequireFullAccess16The current user must have full access to the modified object after the operation is completed.
MFObjectOperationFlagRequireReadAccess1The current user must have read access to the modified object after the operation is completed.
MFObjectOperationFlagRequireSomeAccess64The current user must have access to the modified object after the operation is completed.