TestimoX

API Reference

Class

GroupParentResult

Namespace ADPlayground
Assembly ADPlayground

Represents the result of a parent group enumeration.

Inheritance

  • Object
  • GroupParentResult

Constructors

public GroupParentResult(IEnumerable<GroupParentEntry> flattened, IReadOnlyDictionary<String, GroupParentEntry> nested) #

Initializes a new instance of the GroupParentResult class.

Parameters

flattened System.Collections.Generic.IEnumerable{ADPlayground.GroupParentEntry} requiredposition: 0
The flattened collection of parent groups.
nested System.Collections.Generic.IReadOnlyDictionary{System.String,ADPlayground.GroupParentEntry} requiredposition: 1
The nested parent structure keyed by object distinguished name.

Properties

public IReadOnlyCollection<GroupParentEntry> FlattenedParents { get; } #

Gets the flattened collection of parent groups.

public IReadOnlyDictionary<String, GroupParentEntry> NestedParents { get; } #

Gets the nested parent structure keyed by object distinguished name.