Class CreateReturnPackageEvent
Used to share information related to return package creation
Inheritance
CreateReturnPackageEvent
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public class CreateReturnPackageEvent
Constructors
CreateReturnPackageEvent(string, IExternalJobWithProgress)
Declaration
public CreateReturnPackageEvent(string projectId, IExternalJobWithProgress job)
Parameters
CreateReturnPackageEvent(string, IExternalJobWithProgress, IList<StudioWizardPage>, IList<StudioWizardPage>)
Declaration
public CreateReturnPackageEvent(string projectId, IExternalJobWithProgress job, IList<StudioWizardPage> firstPages, IList<StudioWizardPage> lastPages)
Parameters
CreateReturnPackageEvent(string, IList<Guid>, IExternalJobWithProgress, IList<StudioWizardPage>, IList<StudioWizardPage>)
Declaration
public CreateReturnPackageEvent(string projectId, IList<Guid> files, IExternalJobWithProgress job, IList<StudioWizardPage> firstPages, IList<StudioWizardPage> lastPages)
Parameters
CreateReturnPackageEvent(string, Guid, IExternalJobWithProgress, IList<StudioWizardPage>, IList<StudioWizardPage>)
Declaration
public CreateReturnPackageEvent(string projectId, Guid taskId, IExternalJobWithProgress job, IList<StudioWizardPage> firstPages, IList<StudioWizardPage> lastPages)
Parameters
Properties
FirstPages
Declaration
public IList<StudioWizardPage> FirstPages { get; }
Property Value
Job
The custom job used when creating packages
Declaration
public IExternalJobWithProgress Job { get; }
Property Value
LastPages
Declaration
public IList<StudioWizardPage> LastPages { get; }
Property Value
ProjectFiles
Declaration
public IList<Guid> ProjectFiles { get; }
Property Value
ProjectId
The package/project/task ID
Declaration
public string ProjectId { get; }
Property Value
TaskId
Declaration
public Guid TaskId { get; }
Property Value
Extension Methods