IProjectServiceGetAllProjects 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 (24.3.0.1000)
Syntax ICollection<Project> GetAllProjects(
GetEntryOptions options
)
Function GetAllProjects (
options As GetEntryOptions
) As ICollection(Of Project)
ICollection<Project^>^ GetAllProjects(
GetEntryOptions options
)
abstract GetAllProjects :
options : GetEntryOptions -> ICollection<Project>
Parameters
- options
- Type: Dundas.BI.FileSystemGetEntryOptions
Options affecting which information is included with the projects.
Return Value
Type:
ICollectionProjectA list of all projects in the application which are visible to the caller.
Exceptions Remarks See Also