SessionGetGroupNames Method |
Gets the names of all groups associated with the session.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 GroupKind
- The kinds of groups for which to return names. If none specified, there will be no restriction on the group kind.
Return Value
ICollectionStringA collection of group names.
Remarks
See Also