BCFolderNewProject Method (BCProjectDefinition, String) |
Creates a new project sub-folder with the specified name.
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 BCProject NewProject(
BCProjectDefinition definition,
string name
)
Public Function NewProject (
definition As BCProjectDefinition,
name As String
) As BCProject
Parameters
- definition
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCProjectDefinition
The definition of the project to create. - name
- Type: SystemString
The name of the project to create.
If or an empty string then the project will have auto-generated name.
Return Value
Type:
BCProjectThe created project sub-folder.
See Also