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

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

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