Share via


SPSolution.RetractLocal Method

Include Protected Members
Include Inherited Members

Retracts the solution from the local server.

Overload List

  Name Description
RetractLocal() Retracts the solution from all web applications on the local server.
RetractLocal(Collection<SPWebApplication>) Retracts the solution from the specified web applications on the local server.

Top

Remarks

When a solution is retracted, all files for that solution are retracted, even if another solution points to the same file. This can be avoided by ensuring that each solution points to a unique set of files.

By default, no application pools are reset after deploying or retracting a solution using the object model. To reset the application pool manually, you can stop and restart the application pool for the web application to which you are deploying or retracting the solution.

To retract a language package, see SPSolutionLanguagePack.

See Also

Reference

SPSolution Class

SPSolution Members

Microsoft.SharePoint.Administration Namespace