Click or drag to resize
BCFolderGetDepthFirstProjects Method
Returns the collection of unreleased 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.25.0)
Syntax
public BCReadOnlyCollection<BCProject> GetDepthFirstProjects()

Return Value

Type: BCReadOnlyCollectionBCProject
The collection of depth-first search projects.
See Also