API Reference
Class
GroupParentResult
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}
- The flattened collection of parent groups.
- nested System.Collections.Generic.IReadOnlyDictionary{System.String,ADPlayground.GroupParentEntry}
- The nested parent structure keyed by object distinguished name.