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
projectDotNetProjectProject to load.
projectDataProjectCreationDataData of the project.
basePathstringRelative path to the template project file.
Returns
- string
Full project name.