M-Files API 23.11.13135.0
HasIdenticalPermissions Method
AccessControlList Collection : HasIdenticalPermissions Method
The access control list for comparison.
Description
Checks for the permissions identicality with the specified object.
Syntax
Visual Basic
Public Function HasIdenticalPermissions( _
   ByVal AccessControlList As AccessControlList _
) As Boolean
Parameters
AccessControlList
The access control list for comparison.
Return Type
A Boolean value that specifies whether the compared access control lists are identical.
Remarks
Permissions are identical if the two access control lists contain components with same keys and these components contain identical access control entry definitions.
See Also

AccessControlList Collection  | AccessControlList Members