IProjectServiceCreateDefaultTenantProject Method |
Creates the default tenant project for the specified tenant, if it doesn't already exist.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.4.0.1000)
SyntaxGuid CreateDefaultTenantProject(
Guid tenantId
)
Function CreateDefaultTenantProject (
tenantId As Guid
) As Guid
Guid CreateDefaultTenantProject(
Guid tenantId
)
abstract CreateDefaultTenantProject :
tenantId : Guid -> Guid
Parameters
- tenantId
- Type: SystemGuid
The ID of the tenant.
Return Value
Type:
GuidThe ID of the default tenant project.
Exceptions
See Also