PublicAPI.Projects.Project.SaveNew ELMA API Documentation
Saves the new project, copying the necessary data from the template.
 
 
Syntax

[BrowsableAttribute(false)]
[ObsoleteAttribute("Этот метод устарел", true)]
public void SaveNew(
	Project project
)

Parameters

project
Type: Project
Project, to save. Object. Access path: PublicAPI.Projects.Project
See Also