IProjectServiceGetAllProjects Method

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 (26.2.0.1000)
Syntax
ICollection<Project> GetAllProjects()

Return Value

ICollectionProject
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
None of the children in the returned projects are populated.
See Also