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.3.0.1000)
Syntax public ICollection<string> GetGroupNames(
params GroupKind[] groupKinds
)
Public Function GetGroupNames (
ParamArray groupKinds As GroupKind()
) As ICollection(Of String)
public:
ICollection<String^>^ GetGroupNames(
... array<GroupKind>^ groupKinds
)
member GetGroupNames :
groupKinds : GroupKind[] -> ICollection<string>
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:
ICollectionStringA collection of group names.
Remarks See Also