TestimoX

API Reference

Enum

ContainerFacetMode

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

Supported container facet modes.

Inheritance

  • Enum
  • ContainerFacetMode

Values

public const ContainerFacetMode ParentDn #

Group by parent DN (immediate container).

Value: 0
public const ContainerFacetMode TopContainer #

Group by the top-most OU when present; otherwise by parent container.

Value: 1
public const ContainerFacetMode OuDepth #

Group by OU depth from the top-level OU.

Value: 2