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.111.0)
Syntax public BCReadOnlyCollection<BCProjectDefinition> GetCreatableProjects(
BCFolder folder
)
Public Function GetCreatableProjects (
folder As BCFolder
) As BCReadOnlyCollection(Of BCProjectDefinition)
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