Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides values to specify the type of deployment operation.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Enumeration SPSolutionDeploymentJobType
'Usage
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. |