PublicAPI.Projects.Project.Create ELMA API Documentation
Create a new project by its type settings. Entity is not saved to the database! Only general information is copied from the template: project name, start date, end date, manager.
 
 
Syntax

[ObsoleteAttribute("Этот метод вскоре будет удалён", true)]
[BrowsableAttribute(false)]
public Project Create(
	ProjectMetadataHead metadataHead
)

Parameters

metadataHead
Type: ProjectMetadataHead
project template. Object. Access path: PublicAPI.Projects.Objects.ProjectMetadataHead

Return Value

Type: Project
See Also