UpdateSystemACL Method
Updates the system ACL for an Entity.
Required Permissions
ACLWriteSyntax
public ACL UpdateSystemACL(
System.long entityId,
ACE[] entries,
PrpgType prpgType,
SysAclBeh beh
)Public Function UpdateSystemACL( _
ByVal entityId As System.Long, _
ByVal entries() As ACE, _
ByVal prpgType As PrpgType, _
ByVal beh As SysAclBeh _
) As ACLParameters
| Name | Description |
|---|---|
| entityId | The Entity ID. |
| entries | The new set of Access Control Entries. |
| prpgType | Information on how the changes should propigate to associated Entities. |
| beh | Desired System ACL Behavior (Combined/Override) in applying a System ACL to a Folder |
Return Value
The update Access Control List.