M-Files API 23.11.13135.0
IsFullyAuthoritative Property
AccessControlList Collection : IsFullyAuthoritative Property
Description
Specifies whether this access control list is set to ignore the secondary permissions that come from the latest checked in version.
Property type
Read-write property
Syntax
Visual Basic
Public Property IsFullyAuthoritative As Boolean
Remarks

Normally the access control list of the latest checked in version of an object affects the permissions of the previous versions. A user is given certain permissions to the older objects only if those permissions are allowed by both access control lists: The one specified on the old version and the one specified on the latest checked in version.

This behavior can be overridden by making the access control list of the older version fully authoritative. This can be used to hide the latest checked in version while still leaving the old version visible to the users.

See Also

AccessControlList Collection  | AccessControlList Members