BCFolderGetDepthFirstProjects Method |
Returns the collection of unreleased depth-first search projects.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCReadOnlyCollection<BCProject> GetDepthFirstProjects()
Public Function GetDepthFirstProjects As BCReadOnlyCollection(Of BCProject)
public:
BCReadOnlyCollection<BCProject^>^ GetDepthFirstProjects()
member GetDepthFirstProjects : unit -> BCReadOnlyCollection<BCProject>
Return Value
Type:
BCReadOnlyCollectionBCProjectThe collection of depth-first search projects.
See Also