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