BCFolderGetDepthFirstProjects Method (Boolean) |
Returns the collection of 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(
bool includeReleased
)
Public Function GetDepthFirstProjects (
includeReleased As Boolean
) As BCReadOnlyCollection(Of BCProject)
public:
BCReadOnlyCollection<BCProject^>^ GetDepthFirstProjects(
bool includeReleased
)
member GetDepthFirstProjects :
includeReleased : bool -> BCReadOnlyCollection<BCProject>
Parameters
- includeReleased
- Type: SystemBoolean
A value indicating whether to include released projects.
Return Value
Type:
BCReadOnlyCollectionBCProjectThe collection of depth-first search projects.
See Also