Table of Contents

Method Create

Namespace
Alternet.Common.Projects.DotNet
Assembly
Alternet.Common.v10.dll

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 DotNetProject

Project to load.

projectData ProjectCreationData

Data of the project.

basePath string

Relative path to the template project file.

Returns

string

Full project name.