SPSolutionDeploymentState Enumeration
Contains values that indicate the deployment status of the solution.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
| 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. |