SPDeploymentEventArgs Members
Include Protected Members
Include Inherited Members
Encapsulates event data for the specified deployment operation.
The SPDeploymentEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPDeploymentEventArgs(SPDeploymentStatus, Int32, Int32, String) | Creates a new instance of the SPDeploymentEventArgs class with the deployment status, information about object numbers, and directory path. |
![]() |
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 | |
---|---|---|
![]() |
ObjectsProcessed | Gets an integer that specifies the number of deployment objects that are currently processed. |
![]() |
ObjectsTotal | Gets an integer that specifies the total number of deployment objects in the current deployment operation. |
![]() |
RootObjects | Gets the SPImportObjectCollection that contains the root objects - that is, objects for whom there are no parent objects. |
![]() |
Status | Gets a SPDeploymentStatus enumeration value that specifies the current status of the deployment operation. |
![]() |
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 | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top