SPDeploymentEventArgs constructor
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