Click or drag to resize
ProjectPackageImport Class
Represents the import of a project package. To create a new project from a package, use FileBasedProject.CreateFromProjectPackage.
Inheritance Hierarchy

Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core (in Sdl.ProjectAutomation.Core.dll) Version: 3.0.0.0 (3.1.5799.0)
Syntax
public class ProjectPackageImport : PackageOperation

The ProjectPackageImport type exposes the following members.

Constructors
  NameDescription
Public methodProjectPackageImport
Initializes a new instance of the ProjectPackageImport class
Top
Properties
  NameDescription
Public propertyMessages
Gets the list of messages that has been generated so far.
(Inherited from PackageOperation.)
Public propertyPackageId
Gets the unique ID of the package to which this operation relates.
(Inherited from PackageOperation.)
Public propertyPercentComplete
Gets a percentage value indicating how far the package creation has progressed so far.
(Inherited from PackageOperation.)
Public propertyStatus
Gets the current status of the project package creation operation.
(Inherited from PackageOperation.)
Public propertyStatusMessage
Gets a message providing more detail about what is currently happening.
(Inherited from PackageOperation.)
Public propertyTask
Gets the manual task that was included in this project package.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also
Community
Edit

Be the first to Edit the community content of this topic.
Comments