Search Results for

    Show / Hide Table of Contents

    Class ProjectWizardData

    A POCO object used to pass data to be used by the New Project wizard

    Inheritance
    System.Object
    ProjectWizardData
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Events
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public class ProjectWizardData

    Constructors

    ProjectWizardData()

    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
    System.Collections.Generic.List<System.String>

    ProjectName

    The name of the project

    Declaration
    public string ProjectName { get; set; }
    Property Value
    Type Description
    System.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
    System.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
    System.String

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • ProjectWizardData()
    • Properties
      • Content
      • ProjectName
      • ProjectReference
      • ProjectTemplate
    • Extension Methods
    Back to top Generated by DocFX