Open this page in the API Guide

IProjectService.GetTenantProjectsFolderForCaller Method

Gets the Tenant Projects folder associated with the caller's tenant.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
Folder? GetTenantProjectsFolderForCaller(
	GetEntryOptions options
)

Parameters

options
Type: Dundas.BI.FileSystem.GetEntryOptions
Options affecting the behavior of the operation.

Return Value

Type: Folder
The Tenant Projects folder associated with the caller's tenant, or null if the caller is not associated with a tenant.
Exceptions
ExceptionCondition
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also