BCRepositoryGetCreatableProjects Method |
Returns the collection of project definitions
that are available to create projects inside the specified folder.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCReadOnlyCollection<BCProjectDefinition> GetCreatableProjects(
BCFolder folder
)
Public Function GetCreatableProjects (
folder As BCFolder
) As BCReadOnlyCollection(Of BCProjectDefinition)
public:
BCReadOnlyCollection<BCProjectDefinition^>^ GetCreatableProjects(
BCFolder^ folder
)
member GetCreatableProjects :
folder : BCFolder -> BCReadOnlyCollection<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