Class ReturnPackageCreation
Represents the creation of a return package from an existing project. To create a return package, call CreateReturnPackage(Guid[], string, string).
Inherited Members
Namespace: SdlSdl.ProjectAutomationCore
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public class ReturnPackageCreation : PackageOperation
Constructors
ReturnPackageCreation()
Declaration
public ReturnPackageCreation()
Properties
Files
Gets the manual task files that were included in this return package. These files do not necessarily all belong to the same manual task, but they should all belong to the same project. Also, these file can be a subset of the files that were originally sent out in a project project package.
Declaration
public TaskFile[] Files { get; }
Property Value
Type | Description |
---|---|
TaskFile |