Class SolutionPlatformTemplate
Defines a custom project template for a SolutionPlatform.
[DataContract("SolutionPlatformTemplate")]
public class SolutionPlatformTemplate
- Inheritance
-
SolutionPlatformTemplate
Constructors
SolutionPlatformTemplate(string, string)
public SolutionPlatformTemplate(string templatePath, string displayName)
Parameters
Properties
DisplayName
The display name, which will be shown to user when choosing template.
public string DisplayName { get; set; }
Property Value
TemplatePath
The template path.
public string TemplatePath { get; set; }