Creates a new project sub-folder with the specified name.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCProject NewProject( BCProjectDefinition definition, string name ) |
Visual Basic |
---|
Public Function NewProject ( _ definition As BCProjectDefinition, _ name As String _ ) As BCProject |
Visual C++ |
---|
public: BCProject^ NewProject( BCProjectDefinition^ definition, String^ name ) |
Parameters
- definition
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCProjectDefinition
The definition of the project to create.
- name
- Type: System..::..String
The name of the project to create. If nullNothingnullptra null reference (Nothing in Visual Basic) or an empty string then the project will have auto-generated name.