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

Parameters

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

Return Value

Type: ICollectionString
A collection of group names.
Remarks
See Also