IProjectServiceGetDefaultTenantProject Method |
Gets the default tenant project based on provided tenant ID.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.4.0.1000)
SyntaxProject? GetDefaultTenantProject(
Guid tenantId,
GetEntryOptions options
)
Function GetDefaultTenantProject (
tenantId As Guid,
options As GetEntryOptions
) As Project
Project^ GetDefaultTenantProject(
Guid tenantId,
GetEntryOptions options
)
abstract GetDefaultTenantProject :
tenantId : Guid *
options : GetEntryOptions -> Project
Parameters
- tenantId
- Type: SystemGuid
The ID of the tenant associated with the default tenant project. - options
- Type: Dundas.BI.FileSystemGetEntryOptions
Options affecting the behavior of the operation.
Return Value
Type:
ProjectThe default tenant project, or
if it does not exist.
Exceptions
See Also