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 (25.3.0.1000)
SyntaxICollection<Project> GetAllProjects()
Function GetAllProjects As ICollection(Of Project)
ICollection<Project^>^ GetAllProjects()
abstract GetAllProjects : unit -> ICollection<Project> 
Return Value
Type: 
ICollectionProjectA list of all projects in the application which are visible to the caller.
Exceptions
RemarksNone of the children in the returned projects are populated.
See Also