PropagationFlags Enumeration
.NET Framework (current version)
Specifies how Access Control Entries (ACEs) are propagated to child objects. These flags are significant only if inheritance flags are present.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| InheritOnly | Specifies that the ACE is propagated only to child objects. This includes both container and leaf child objects. | |
| None | Specifies that no inheritance flags are set. | |
| NoPropagateInherit | Specifies that the ACE is not propagated to child objects. |
.NET Framework
Available since 2.0
Available since 2.0
Show: