API Reference
Struct
AclChangeSet
Represents ACL changes to apply.
Inheritance
- ValueType
- AclChangeSet
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ACL.GetAdAclChanges
- Method ACL.SetAdAcl
- Method ADXACL.GetAdxAclChanges
- Method ADXACL.SetAdxAcl
- Method AdxAclService.OverwritePermissions
- Method AdxAclService.PreviewModifyPermissions
- Method AdxAclService.PreviewSetPermissions
- Method AdxAclService.SetPermissions
Accepted by parameters
- Method ACL.ApplyAdAclChanges
- Method ACL.ApplyAdAclChanges
- Method ADXACL.ApplyAdxAclChanges
- Method ADXACL.ApplyAdxAclChanges
- Method ADXACL.ApplyAdxAclChanges
Constructors
public AclChangeSet(AclEntry[] ToAdd, AclEntry[] ToRemove) #Represents ACL changes to apply.
Parameters
- ToAdd ADPlayground.Acl.AclEntry[]
- ToRemove ADPlayground.Acl.AclEntry[]