SPSolutionDeploymentState enumeration
Contains values that indicate the deployment status of the solution.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPSolutionDeploymentState
'Usage
Dim instance As SPSolutionDeploymentState
public enum SPSolutionDeploymentState
Members
Member name | Description | |
---|---|---|
NotDeployed | The solution is not deployed. | |
GlobalDeployed | The solution is deployed and its assemblies are installed into the global assembly cache. | |
WebApplicationDeployed | The solution is deployed and its assemblies are in the web application's bin directory. | |
GlobalAndWebApplicationDeployed | The solution is deployed and has assemblies installed in both the bin directory and the global assembly cache. |