IProjectServiceGetDefaultTenantProject Method |
Gets the default tenant project based on provided tenant ID.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Guid
- The ID of the tenant associated with the default tenant project.
- options GetEntryOptions
- Options affecting the behavior of the operation.
Return Value
ProjectThe default tenant project, or
if it does not exist.
Exceptions
See Also