FolderIds Class

IDs of standard application folders.
Inheritance Hierarchy
SystemObject
  Dundas.BI.FileSystemFolderIds

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static class FolderIds

The FolderIds type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAllProjectRootFolders
A read-only list containing the IDs of all root folders which can contain projects.
Public fieldStatic memberAllRootFolders
A read-only list containing the IDs of all root folders.
Public fieldStatic memberAnnotationsRootFolder
The ID of the folder containing all annotations.
Public fieldStatic memberProjectsRootFolder
The ID of the folder containing all standard projects.
Public fieldStatic memberRecycleBinRootFolder
The ID of the folder containing Recycle Bin folders of all accounts.
Public fieldStatic memberTempRootFolder
The ID of the folder containing temporary entries.
Public fieldStatic memberTenantProjectsRootFolder
The ID of the folder containing all tenant project folders.
Public fieldStatic memberUserProjectsRootFolder
The ID of the folder containing all user projects.
Top
See Also