Describes the result of an operation that attempts to deploy or retract an SPSolution or SPSolutionLanguagePack object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPSolutionOperationResult
Dim instance As SPSolutionOperationResult
public enum SPSolutionOperationResult
Members
| Member name | Description | |
|---|---|---|
| NoOperationPerformed | No operation has been performed on the solution. | |
| RetractionSucceeded | The solution was successfully retracted. | |
| DeploymentSucceeded | The solution was successfully deployed. | |
| RetractionWarningsOccurred | Warnings occurred during retraction of the solution. | |
| DeploymentWarningsOccurred | Warnings occurred during deployment of the solution. | |
| DeploymentFailedCabExtraction | Failed to extract the cab file in the solution. | |
| DeploymentSolutionValidationFailed | The files in the solution failed validation. | |
| DeploymentFailedFileCopy | Some of the files failed to copy during deployment of the solution. | |
| DeploymentFailedFeatureInstall | The installation of features failed during deployment of the solution. | |
| RetractionFailedCouldNotRemoveFile | Some of the files were not removed during retraction of the solution. | |
| RetractionFailedCouldNotRemoveFeature | The removal of features failed during retraction of the solution. |
Remarks
The SPSolutionOperationResult enumeration provides values for the SPSolution.LastOperationResult property and the SPSolutionLanguagePack.LastOperationResult property.
See Also
Reference
Microsoft.SharePoint.Administration Namespace