IProjectServiceGetTenantProjectsFolder Method |
Gets the Tenant Projects folder associated with the specified tenant.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxFolder GetTenantProjectsFolder(
Guid tenantId,
GetEntryOptions options
)
Function GetTenantProjectsFolder (
tenantId As Guid,
options As GetEntryOptions
) As Folder
Folder^ GetTenantProjectsFolder(
Guid tenantId,
GetEntryOptions options
)
abstract GetTenantProjectsFolder :
tenantId : Guid *
options : GetEntryOptions -> Folder Parameters
- tenantId Guid
- The ID of the tenant.
- options GetEntryOptions
- Options affecting the behavior of the operation.
Return Value
FolderThe
Tenant Projects folder associated with the specified tenant.
Exceptions
See Also