Class ReturnPackageImport
Represents the import of a return package into an existing project. To import a return package, call ImportReturnPackage(String).
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.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public class ReturnPackageImport : PackageOperation
Constructors
ReturnPackageImport()
Declaration
public ReturnPackageImport()
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[] |