Class ProjectWizardData
A POCO object used to pass data to be used by the New Project wizard
Inheritance
Object
ProjectWizardData
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class ProjectWizardData
Constructors
ProjectWizardData()
A POCO object used to pass data to be used by the New Project wizard
Declaration
public ProjectWizardData()
Properties
Content
An enumeration of full file paths or folders that contain the files to be added to the project
Declaration
public List<string> Content { get; set; }
Property Value
Type | Description |
---|---|
List<String> |
ProjectName
The name of the project
Declaration
public string ProjectName { get; set; }
Property Value
Type | Description |
---|---|
String |
ProjectReference
The full file path of the reference project to be used for the project creation
Declaration
public string ProjectReference { get; set; }
Property Value
Type | Description |
---|---|
String |
ProjectTemplate
The full file path of template to be used for the project creation
Declaration
public string ProjectTemplate { get; set; }
Property Value
Type | Description |
---|---|
String |