Search Results for

    Show / Hide Table of Contents

    Class ProjectPackageImport

    Represents the import of a project package. To create a new project from a package, use FileBasedProject.CreateFromProjectPackage.

    Inheritance
    Object
    PackageOperation
    ProjectPackageImport
    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 ProjectPackageImport : PackageOperation

    Constructors

    ProjectPackageImport()

    Declaration
    public ProjectPackageImport()

    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
    Back to top Generated by DocFX