Object operation flags.
| Member | Value | Description |
|---|---|---|
| MFObjectOperationFlagChangeACLInAllVersions | 32 | The permissions should be updated for all versions. |
| MFObjectOperationFlagDisallowNameChange | 4 | Changing the object name is not allowed. |
| MFObjectOperationFlagNone | 0 | None |
| MFObjectOperationFlagRequireChangeSecurityAccess | 8 | The current user must have change security access to the modified object after the operation is completed. |
| MFObjectOperationFlagRequireEditAccess | 2 | The current user must have edit access to the modified object after the operation is completed. |
| MFObjectOperationFlagRequireFullAccess | 16 | The current user must have full access to the modified object after the operation is completed. |
| MFObjectOperationFlagRequireReadAccess | 1 | The current user must have read access to the modified object after the operation is completed. |
| MFObjectOperationFlagRequireSomeAccess | 64 | The current user must have access to the modified object after the operation is completed. |