IGroupServiceSaveGroup Method

Saves a group.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void SaveGroup(
	Group group
)

Parameters

group
Type: Dundas.BI.AccountServicesGroup
The group to save.
Exceptions
ExceptionCondition
ArgumentNullExceptiongroup is .
ValidationExceptiongroup contains invalid property values.
DuplicateItemExceptionA group with the specified name already exists.
NotSupportedException

The underlying groups provider does not allow modifications to groups.

-or-

The group is associated with a tenant, but the multi-tenancy features of the application are not enabled.

NotFoundException

The group with the specified ID does not exist.

-or-

The project associated with the group does not exist.

-or-

The tenant associated with the group does not exist.

NoPrivilegeException

The caller does not have system administration privileges.

-or-

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

-or-

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

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