GetEffectivePermissions Method
Gets the effective security of a list of users/groups
Required Permissions
"ACL Read"Syntax
public ACE[] GetEffectivePermissions(
System.long[] userIds,
ACE[] userACE,
ACE[] systemACE
)Public Function GetEffectivePermissions( _
ByVal userIds() As System.Long, _
ByVal userACE() As ACE, _
ByVal systemACE() As ACE _
) As ACE()Parameters
| Name | Description |
|---|---|
| userIds | list of user/group ids |
| userACE | User ACE (User ACL) |
| systemACE | System ACE (System ACL) |
Return Value
Effective Security in the form of an ACE