Class OpenProjectPackageEvent
Used to share information related to projects package path
Inheritance
OpenProjectPackageEvent
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class OpenProjectPackageEvent
Constructors
OpenProjectPackageEvent(string, IExternalJobWithProgress)
Declaration
public OpenProjectPackageEvent(string packageFilePath, IExternalJobWithProgress job)
Parameters
OpenProjectPackageEvent(string, IExternalJobWithProgress, string, string)
Declaration
public OpenProjectPackageEvent(string packageFilePath, IExternalJobWithProgress job, string iconPath, string projectOrigin)
Parameters
OpenProjectPackageEvent(string, IExternalJobWithProgress, string, string, IList<StudioWizardPage>, IList<StudioWizardPage>)
Declaration
public OpenProjectPackageEvent(string packageFilePath, IExternalJobWithProgress job, string iconPath, string projectOrigin, IList<StudioWizardPage> firstPages, IList<StudioWizardPage> lastPages)
Parameters
Properties
FirstPages
Declaration
public IList<StudioWizardPage> FirstPages { get; }
Property Value
IconFilePath
The icon path for the project
Declaration
public string IconFilePath { get; }
Property Value
Job
The custom job used when opening packages
Declaration
public IExternalJobWithProgress Job { get; }
Property Value
LastPages
Declaration
public IList<StudioWizardPage> LastPages { get; }
Property Value
PackageFilePath
Declaration
public string PackageFilePath { get; }
Property Value
ProjectOrigin
The origin for the project
Declaration
public string ProjectOrigin { get; }
Property Value
Extension Methods