Table of Contents

Constructor ProjectCreationData

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

ProjectCreationData(string, string, string, string, string, string)

Initializes a new instance of the ProjectCreationData class with specified parameters based on the existing project template.

public ProjectCreationData(string language, string projectType, string projectName, string projectLocation, string description, string path)

Parameters

language string

Project's language, like C# or Visual Basic

projectType string

Project's type, like ConsoleApp or WPFApp.

projectName string

Project's name.

projectLocation string

Project's location.

description string

Project's description.

path string

Relative path of the project template.