Click or drag to resize

BCFolder.GetDepthFirstProjects Method (Boolean)

Returns the collection of depth-first search projects.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.96.0)
Syntax
public BCReadOnlyCollection<BCProject> GetDepthFirstProjects(
	bool includeReleased
)

Parameters

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

Return Value

Type: BCReadOnlyCollection<BCProject>
The collection of depth-first search projects.
See Also