TestimoX

API Reference

Enum

AclInheritanceFlags

Namespace ComputerX.Acl
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
Flags

Inheritance flags for file/directory ACEs (subset, readable form for reports/builder).

Inheritance

  • Enum
  • AclInheritanceFlags

Values

public const AclInheritanceFlags None #

No inheritance flags set.

Value: 0
public const AclInheritanceFlags ContainerInherit #

ACE is inherited by subdirectories.

Value: 1
public const AclInheritanceFlags ObjectInherit #

ACE is inherited by files.

Value: 2
public const AclInheritanceFlags InheritOnly #

ACE is used only for inheritance, not on the current object.

Value: 4
public const AclInheritanceFlags NoPropagateInherit #

Prevents inherited ACEs from being propagated to child objects.

Value: 8