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)
Syntaxvoid DeleteDefaultTenantProject(
Guid tenantId
)
Sub DeleteDefaultTenantProject (
tenantId As Guid
)
void DeleteDefaultTenantProject(
Guid tenantId
)
abstract DeleteDefaultTenantProject :
tenantId : Guid -> unit
Parameters
- tenantId
- Type: SystemGuid
The ID of the tenant associated with the default tenant project.
Exceptions
See Also