Click or drag to resize

BCRepository.GetCreatableProjects 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.96.0)
Syntax
public BCReadOnlyCollection<BCProjectDefinition> GetCreatableProjects(
	BCFolder folder
)

Parameters

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

Return Value

Type: BCReadOnlyCollection<BCProjectDefinition>
The collection of project definitions that are creatable in the specified folder.
See Also