SPSolutionDeploymentJobType enumeration

Provides values to specify the type of deployment operation.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

Microsoft.SharePoint.Administration namespace