Autodesk Vault ProfessionalVault API

GetEntACLsByEntityIds Method

Autodesk.Connectivity.WebServicesSecurityService

Gets all the ACL information for a set of file or folder IDs.

Required Permissions

ACLRead

Syntax

public EntsAndACLs GetEntACLsByEntityIds(
   System.long[] entityIds
)
Public Function GetEntACLsByEntityIds( _
   ByVal entityIds() As System.Long _
) As EntsAndACLs

Parameters

NameDescription
entityIdsAn array of file or folder IDs.

Return Value

A data structure listing all the Entities and their ACLs.

See Also