PathAccessControlItem Class

Definition

Represents an access control in a file access control list.

public class PathAccessControlItem
type PathAccessControlItem = class
Public Class PathAccessControlItem
Inheritance
PathAccessControlItem

Constructors

PathAccessControlItem()

Empty constructor.

PathAccessControlItem(AccessControlType, RolePermissions, Boolean, String)

Constructor.

Properties

AccessControlType

Specifies which role this entry targets.

DefaultScope

Indicates whether this is the default entry for the ACL.

EntityId

Specifies the entity for which this entry applies. Must be omitted for types mask or other. It must also be omitted when the user or group is the owner.

Permissions

Specifies the permissions granted to this entry.

Methods

Parse(String)

Parses the provided string into a PathAccessControlItem

ToString()

Override of ToString().

Applies to