TestimoX

API Reference

Interface

IAclPermissionSet

Namespace ADPlayground.Acl
Assembly ADPlayground
Modifiers abstract

Defines a set of permissions for a specific directory object type.

Methods

public abstract IEnumerable<AclPermission> GetPermissions(AclObjectType objectType) #
Returns: IEnumerable<AclPermission>

Gets permissions applicable to the specified object type.

Parameters

objectType ADPlayground.Acl.AclObjectType requiredposition: 0
Target directory object type.

Returns

Sequence of ACL permissions.