SPDeploymentEventArgs Constructor
Include Protected Members
Include Inherited Members
Creates a new instance of the SPDeploymentEventArgs class.
Overload List
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