Open this page in the API Guide

Session.GetGroupNames 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 (25.1.0.1000)
Syntax
public ICollection<string> GetGroupNames(
	params GroupKind[] groupKinds
)

Parameters

groupKinds
Type:Dundas.BI.AccountServices.GroupKind[]
The kinds of groups for which to return names. If none specified, there will be no restriction on the group kind.

Return Value

Type: ICollection<String>
A collection of group names.
Remarks
See Also