Open this page in the API Guide

FolderIds.AllProjectRootFolders Field

A read-only list containing the IDs of all root folders which can contain projects.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public static readonly ICollection<Guid> AllProjectRootFolders

Field Value

Type: ICollection<Guid>
Remarks
The value of this constant contains ProjectsRootFolder, UserProjectsRootFolder, and TenantProjectsRootFolder.
See Also