Class OpenNewProjectWizardEvent
Publish this event via the Event Aggregator to ask Studio to open the New Project WIzard
Inherited Members
Namespace: Sdl.TranslationStudioAutomation .IntegrationApi .Events
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class OpenNewProjectWizardEvent
Constructors
OpenNewProjectWizardEvent()
Use this constructor to open a blank New Project wizard
Declaration
public OpenNewProjectWizardEvent()
OpenNewProjectWizardEvent(ProjectWizardData)
Use this constructor to pass data to the New Project wizard
Declaration
public OpenNewProjectWizardEvent(ProjectWizardData projectData)
Parameters
Type | Name | Description |
---|---|---|
Project |
projectData |
Properties
ProjectData
Data to be passed to the New Project Wizard, such as the project name or files
Declaration
public ProjectWizardData ProjectData { get; }
Property Value
Type | Description |
---|---|
Project |