Search Results for

    Show / Hide Table of Contents

    Class ReturnPackageCreation

    Represents the creation of a return package from an existing project. To create a return package, call CreateReturnPackage(Guid[], string, string).

    Inheritance
    object
    PackageOperation
    ReturnPackageCreation
    Inherited Members
    PackageOperation.PackageId
    PackageOperation.PercentComplete
    PackageOperation.Status
    PackageOperation.StatusMessage
    PackageOperation.Messages
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.Core
    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[]
    In this article
    • Constructors
      • ReturnPackageCreation()
    • Properties
      • Files
    Back to top Generated by DocFX