IGroupMembershipProviderGetGroupMembershipForGroup Method |
Retrieves the groups to which the specified group belongs.
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax IDictionary<Guid, bool> GetGroupMembershipForGroup(
Guid groupId,
bool includeInherited
)
Function GetGroupMembershipForGroup (
groupId As Guid,
includeInherited As Boolean
) As IDictionary(Of Guid, Boolean)
IDictionary<Guid, bool>^ GetGroupMembershipForGroup(
Guid groupId,
bool includeInherited
)
abstract GetGroupMembershipForGroup :
groupId : Guid *
includeInherited : bool -> IDictionary<Guid, bool>
Parameters
- groupId
- Type: SystemGuid
The ID of the group. - includeInherited
- Type: SystemBoolean
If set to , include groups which are members of the group due to membership in another group.
Return Value
Type:
IDictionaryGuid,
Boolean
A dictionary with the key as the ID of the sub group of the specified group and the value
indicating whether the sub group has a direct relationship with the specified group.
See Also