IProjectServiceGetTenantProjectsFolderForCaller 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 (24.3.0.1000)
Syntax Folder? GetTenantProjectsFolderForCaller(
GetEntryOptions options
)
Function GetTenantProjectsFolderForCaller (
options As GetEntryOptions
) As Folder
Folder^ GetTenantProjectsFolderForCaller(
GetEntryOptions options
)
abstract GetTenantProjectsFolderForCaller :
options : GetEntryOptions -> Folder
Parameters
- options
- Type: Dundas.BI.FileSystemGetEntryOptions
Options affecting the behavior of the operation.
Return Value
Type:
Folder
The
Tenant Projects folder associated with the caller's tenant, or
if
the caller is not associated with a tenant.
Exceptions See Also