UpdateACL Method
Adds, modifies, or deletes the ACL for an object.
Required Permissions
ACLWriteSyntax
public ACL UpdateACL(
System.long entityId,
ACE[] entries,
PrpgType prpgType
)Public Function UpdateACL( _
ByVal entityId As System.Long, _
ByVal entries() As ACE, _
ByVal prpgType As PrpgType _
) As ACLParameters
| Name | Description |
|---|---|
| entityId | An entity ID. |
| entries | A list of access control entries. Passing in null will delete an existing ACL. |
| prpgType | Tells how the ACL data should propagate to child folders. |
Return Value
The newly created ACL object.