RemovePathAccessControlItem Class

Definition

Represents an access control in a file access control list for removal.

public class RemovePathAccessControlItem
type RemovePathAccessControlItem = class
Public Class RemovePathAccessControlItem
Inheritance
RemovePathAccessControlItem

Constructors

RemovePathAccessControlItem(AccessControlType, 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.

Methods

Parse(String)

Parses the provided string into a RemovePathAccessControlItem

ParseAccessControlList(String)

Deseralizes an access control list string for removal into a list of RemovePathAccessControlItem.

ToAccessControlListString(IList<RemovePathAccessControlItem>)

Converts the Access Control List for removal to a String.

ToString()

Override of ToString().

Applies to