M-Files API 23.11.13135.0
GetMatchingNamedACLForAccessControlList Method
VaultNamedACLOperations Object : GetMatchingNamedACLForAccessControlList Method
The specified access control list.
If true, the named ACL link is used for matching. If false, the ACE content is compared.
If true, any deleted automatic components are ignored. If false, the existence of any automatic component causes a mismatch.
Specifies whether to refresh the NACLs from the server if possible.
Description
Returns a named access control list that matches the specified access control list.
Syntax
Visual Basic
Public Function GetMatchingNamedACLForAccessControlList( _
   ByVal AccessControlList As AccessControlList, _
   Optional ByVal ExplicitLinkOnly As Boolean = True, _
   Optional ByVal ActiveAccessControlComponentsOnly As Boolean = False, _
   Optional ByVal RefreshFromServer As Boolean = False _
) As NamedACL
Parameters
AccessControlList
The specified access control list.
ExplicitLinkOnly
If true, the named ACL link is used for matching. If false, the ACE content is compared.
ActiveAccessControlComponentsOnly
If true, any deleted automatic components are ignored. If false, the existence of any automatic component causes a mismatch.
RefreshFromServer
Specifies whether to refresh the NACLs from the server if possible.
See Also

VaultNamedACLOperations Object  | VaultNamedACLOperations Members