IProjectServiceDeleteDefaultTenantProject Method

Deletes the default tenant project.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.4.0.1000)
Syntax
void DeleteDefaultTenantProject(
	Guid tenantId
)

Parameters

tenantId
Type: SystemGuid
The ID of the tenant associated with the default tenant project.
Exceptions
ExceptionCondition
ArgumentExceptiontenantId is Empty.
NotFoundExceptionThe default project for the specified tenant ID does not exist.
InvalidOperationExceptionProject is not defined as a default tenant project.
NoPrivilegeExceptionThe caller is not a system or tenant administrator for the tenant associated with the project.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also