Provides values to specify the type of deployment operation.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPSolutionDeploymentJobType
Dim instance As SPSolutionDeploymentJobType
public enum SPSolutionDeploymentJobType
Members
| Member name | Description | |
|---|---|---|
| Deploy | Specifies that the deployment operation is for a site deployment. | |
| Retract | Specifies that the deployment operation is to retract a previous site deployment. | |
| Upgrade | Specifies that the deployment operation is to upgrade a previous site deployment. |