SessionGetGroupNames Method

Gets the names of all groups associated with the session.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public ICollection<string> GetGroupNames(
	params GroupKind[] groupKinds
)

Parameters

groupKinds  GroupKind
The kinds of groups for which to return names. If none specified, there will be no restriction on the group kind.

Return Value

ICollectionString
A collection of group names.
Remarks
This method is just a shortcut for extracting the group name from the result of GetGroupInfos(ICollectionGuid) called with the value of GroupMembershipIds.
See Also