IGroupServiceGetGroup Method

Gets the group with the specified ID.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
Group GetGroup(
	Guid id
)

Parameters

id
Type: SystemGuid
The ID of the group to get.

Return Value

Type: Group
The group corresponding to the specified ID.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
NotFoundExceptionA group with the specified ID was not found.
NoPrivilegeException

The caller does not have system administration privileges.

-or-

The specified group is associated with a tenant, and the caller does not have administration privileges for that tenant.

-or-

The specified group is associated with a project, and the caller does not have administration privileges for that project.

InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also