IGroupMembershipProviderGetGroupMembershipForGroup Method |
Retrieves the groups to which the specified group belongs.
Namespace: Dundas.BI.AccountServices.ExtensibilityAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxIDictionary<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 Guid
- The ID of the group.
- includeInherited Boolean
-
If set to , include groups which are members of the group due to membership in another group.
Return Value
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