Open this page in the API Guide

IProjectService.GetAllProjects Method (GetEntryOptions)

Gets a list of all projects in the application which are visible to the caller.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
ICollection<Project> GetAllProjects(
	GetEntryOptions options
)

Parameters

options
Type: Dundas.BI.FileSystem.GetEntryOptions
Options affecting which information is included with the projects.

Return Value

Type: ICollection<Project>
A list of all projects in the application which are visible to the caller.
Exceptions
ExceptionCondition
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
To include the children of the projects, specify IncludeChildren.
See Also