Search Results for

    Show / Hide Table of Contents

    Class ProjectPackageCreation

    Represents the creation of a project package which is ongoing or has been completed. See CreateProjectPackage(Guid, string, string, ProjectPackageCreationOptions).

    Inheritance
    object
    PackageOperation
    ProjectPackageCreation
    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 ProjectPackageCreation : PackageOperation

    Constructors

    ProjectPackageCreation()

    Declaration
    public ProjectPackageCreation()

    Properties

    Task

    Gets the manual task that was included in this project package.

    Declaration
    public ManualTask Task { get; }
    Property Value
    Type Description
    ManualTask
    In this article
    • Constructors
      • ProjectPackageCreation()
    • Properties
      • Task
    Back to top Generated by DocFX