mscorlib(4.0.0.0) API with additions
PropagationFlags.cs
2 {
4  [Flags]
5  public enum PropagationFlags
6  {
8  None = 0x0,
10  NoPropagateInherit = 0x1,
12  InheritOnly = 0x2
13  }
14 }
PropagationFlags
Specifies how Access Control Entries (ACEs) are propagated to child objects. These flags are signific...
The access checks do not apply to the object; they only apply to its children.
The access mask is propagated only to child objects. This includes both container and leaf child obje...