GetEntACLsByEntityIds Method
Gets all the ACL information for a set of file or folder IDs.
Required Permissions
ACLReadSyntax
public EntsAndACLs GetEntACLsByEntityIds(
System.long[] entityIds
)Public Function GetEntACLsByEntityIds( _
ByVal entityIds() As System.Long _
) As EntsAndACLsParameters
| Name | Description |
|---|---|
| entityIds | An array of file or folder IDs. |
Return Value
A data structure listing all the Entities and their ACLs.