TestimoX

API Reference

Enum

AclInheritance

Namespace ADPlayground.Acl
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies inheritance options for ACL entries.

Inheritance

  • Enum
  • AclInheritance

Values

public const AclInheritance None #

No inheritance.

Value: 0
public const AclInheritance All #

All children inherit.

Value: 1
public const AclInheritance Descendents #

All descendants inherit.

Value: 2
public const AclInheritance Children #

Direct children inherit.

Value: 4
public const AclInheritance SelfAndChildren #

The object and its children inherit.

Value: 3