Converts the folder to a project of the specified type.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
[ObsoleteAttribute("This method is deprecated. Use the "BCRepository.ConvertToProject" method.", true)] public BCProject ConvertToProject( BCProjectDefinition definition )
Parameters
- definition
- Type: BlueCieloECM.InnoCielo.Meridian.Server BCProjectDefinition
The project definition of the project to convert to.
Return Value
The project converted from the folder.Remarks
See Also