Returns the collection of depth-first search projects.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCReadOnlyCollection<BCProject> GetDepthFirstProjects(
	bool includeReleased
)
Visual Basic
Public Function GetDepthFirstProjects ( _
	includeReleased As Boolean _
) As BCReadOnlyCollection(Of BCProject)
Visual C++
public:
BCReadOnlyCollection<BCProject^>^ GetDepthFirstProjects(
	bool includeReleased
)

Parameters

includeReleased
Type: System..::..Boolean
A value indicating whether to include released projects.

Return Value

The collection of depth-first search projects.

See Also