TestimoX

API Reference

Class

GroupMembershipResult

Namespace ADPlayground
Assembly ADPlayground

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} requiredposition: 0
The flattened collection of unique members.
nested System.Collections.Generic.IReadOnlyDictionary{System.String,ADPlayground.GroupMembershipEntry} requiredposition: 1
The nested membership structure keyed by group distinguished name.

Properties

public IReadOnlyCollection<GroupMembershipEntry> FlattenedMembers { get; } #

Gets the flattened collection of unique members.

public IReadOnlyDictionary<String, GroupMembershipEntry> NestedMemberships { get; } #

Gets the nested membership structure keyed by group distinguished name.