Autodesk Vault ProfessionalVault API

GetEffectivePermissions Method

Autodesk.Connectivity.WebServicesSecurityService

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

NameDescription
userIdslist of user/group ids
userACEUser ACE (User ACL)
systemACESystem ACE (System ACL)

Return Value

Effective Security in the form of an ACE

See Also