Method Create
Create(DotNetProject, ProjectCreationData, string)
Creates new template project and saves it to the file system.
public static string Create(this DotNetProject project, ProjectCreationData projectData, string basePath)
Parameters
project
DotNetProjectProject to load.
projectData
ProjectCreationDataData of the project.
basePath
stringRelative path to the template project file.
Returns
- string
Full project name.