SetSystemACLs Method
Sets the system ACL on a set of entities.
Required Permissions
ACLWriteSyntax
public void SetSystemACLs(
System.long[] entityIds,
System.long aclId,
SysAclBeh beh
)Public Sub SetSystemACLs( _
ByVal entityIds() As System.Long, _
ByVal aclId As System.Long, _
ByVal beh As SysAclBeh _
) Parameters
| Name | Description |
|---|---|
| entityIds | The entities to set the system ACL on. Currently only files can have system ACLs. When setting the ACL on a file, the MasterId must be passed in as the entityId. |
| aclId | The system ACL ID. Call AddSystemACL to create the object |
| beh |