IProjectServiceGetTenantProjectsFolder Method

Gets the Tenant Projects folder associated with the specified tenant.

Namespace: Dundas.BI.FileSystem
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
Folder GetTenantProjectsFolder(
	Guid tenantId,
	GetEntryOptions options
)

Parameters

tenantId  Guid
The ID of the tenant.
options  GetEntryOptions
Options affecting the behavior of the operation.

Return Value

Folder
The Tenant Projects folder associated with the specified tenant.
Exceptions
ExceptionCondition
ArgumentExceptiontenantId is Empty.
NotFoundExceptionThe caller is a global account and the tenant with the specified ID does not exist.
NoPrivilegeExceptionThe specified tenant is not visible to the caller.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also