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)
Syntax
Project? GetDefaultTenantProject(
	Guid tenantId,
	GetEntryOptions options
)

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: Project
The default tenant project, or if it does not exist.
Exceptions
ExceptionCondition
ArgumentExceptiontenantId is Empty.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also