IGroupMembershipProviderGetMembers Method

Retrieves the members of a group. There is an option indicating whether or not to include the inherited members.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void GetMembers(
	Guid groupId,
	bool includeInherited,
	out IDictionary<Guid, bool> groupMembers,
	out IDictionary<Guid, bool> accountMembers
)

Parameters

groupId
Type: SystemGuid
ID of the group.
includeInherited
Type: SystemBoolean
Is the inherited members included.
groupMembers
Type: System.Collections.GenericIDictionaryGuid, Boolean
The sub group of this group.
accountMembers
Type: System.Collections.GenericIDictionaryGuid, Boolean
The account members of this group.
See Also