BCRepositoryNewProject Method (BCFolder, BCProjectDefinition, String) |
Note: This API is now obsolete.
Creates a new project sub-folder in 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 [ObsoleteAttribute("This method might be removed from future versions. Use the "NewProject" method of the parent folder.")]
public BCProject NewProject(
BCFolder parent,
BCProjectDefinition definition,
string name
)
<ObsoleteAttribute("This method might be removed from future versions. Use the "NewProject" method of the parent folder.")>
Public Function NewProject (
parent As BCFolder,
definition As BCProjectDefinition,
name As String
) As BCProject
Parameters
- parent
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCFolder
The parent folder of the project sub-folder to create. - definition
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCProjectDefinition
The project definition of the project to create. - name
- Type: SystemString
The name of the project to create.
Return Value
Type:
BCProjectThe created project sub-folder.
Remarks
This method might be removed from future versions.
Use the NewProject method of the parent folder.
See Also