API Reference
Class
GroupParentResult
Represents the result of a parent group enumeration.
Inheritance
- Object
- GroupParentResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method GroupMembershipResolver.ResolveParentGroups
- Method GroupMembershipResolver.ResolveParentGroups
- Method GroupMembershipResolver.ResolveParentGroupsAsync
- Method GroupMembershipResolver.ResolveParentGroupsAsync
- Method GroupParentCache.Get
- Method GroupParentCache.GetAsync
- Method GroupMembershipScenarioService.ResolvePrincipalGroupMembershipAsync
Accepted by parameters
- Constructor DirectoryObjectHelper.DirectoryObjectHelper
- Method GroupParentCache.Get
- Method GroupParentCache.Get
- Method GroupParentCache.GetAsync
- Method GroupParentCache.GetAsync
- Method GroupMembershipTreeProjector.ProjectParents
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.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object