API Reference
Class
GroupMembershipResult
Represents the result of a group membership enumeration.
Inheritance
- Object
- GroupMembershipResult
Constructors
public GroupMembershipResult(IEnumerable<GroupMembershipEntry> flattened, IReadOnlyDictionary<String, GroupMembershipEntry> nested) #Initializes a new instance of the GroupMembershipResult class.
Parameters
- flattened System.Collections.Generic.IEnumerable{ADPlayground.GroupMembershipEntry}
- The flattened collection of unique members.
- nested System.Collections.Generic.IReadOnlyDictionary{System.String,ADPlayground.GroupMembershipEntry}
- The nested membership structure keyed by group distinguished name.