SPDeploymentEventArgs members

Encapsulates event data for the specified deployment operation.

The SPDeploymentEventArgs type exposes the following members.

Constructors

  Name Description
Public method SPDeploymentEventArgs(SPDeploymentStatus, Int32, Int32, String) Creates a new instance of the SPDeploymentEventArgs class with the deployment status, information about object numbers, and directory path.
Public method SPDeploymentEventArgs(SPDeploymentStatus, Int32, Int32, String, SPImportObjectCollection) Creates a new instance of the SPDeploymentEventArgs class with the deployment status, information about object numbers, and directory path. This method also adds the collection of root objects to the deployment package.

Top

Properties

  Name Description
Public property ObjectsProcessed Gets an integer that specifies the number of deployment objects that are currently processed.
Public property ObjectsTotal Gets an integer that specifies the total number of deployment objects in the current deployment operation.
Public property RootObjects Gets the SPImportObjectCollection that contains the root objects - that is, objects for whom there are no parent objects.
Public property Status Gets a SPDeploymentStatus enumeration value that specifies the current status of the deployment operation.
Public property TempDirectoryPath Gets a string representation of the fully qualified file path to the temporary directory where the uncompressed contents of the deployment package files are stored.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPDeploymentEventArgs class

Microsoft.SharePoint.Deployment namespace