Click or drag to resize
BCRepositoryGetCreatableProjects Method
Returns the collection of project definitions that are available to create projects inside the specified folder.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCReadOnlyCollection<BCProjectDefinition> GetCreatableProjects(
	BCFolder folder
)

Parameters

folder
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFolder
The folder in which returned types are creatable.

Return Value

Type: BCReadOnlyCollectionBCProjectDefinition
The collection of project definitions that are creatable in the specified folder.
See Also