Returns the collection of unreleased 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()
Visual Basic
Public Function GetDepthFirstProjects As BCReadOnlyCollection(Of BCProject)
Visual C++
public:
BCReadOnlyCollection<BCProject^>^ GetDepthFirstProjects()

Return Value

The collection of depth-first search projects.

See Also