SPSolutionCollection.Remove Method

Include Protected Members
Include Inherited Members

Removes a solution from the collection of solutions.

Overload List

  Name Description
Public method Remove(Guid) Removes the solution with the specified GUID from the collection of solutions. (Overrides SPPersistedChildCollection<T>.Remove(Guid).)
Public method Remove(String) Removes the solution with the specified name from the collection of solutions.
Public method Remove(String, UInt32) Removes the solution with the specified name and locale identifier from the collection of solutions.

Top

Remarks

The Remove method returns an error if all the language packs for a solution have already been removed from the collection. In this case, use the solution's Delete method.

See Also

Reference

SPSolutionCollection Class

SPSolutionCollection Members

Microsoft.SharePoint.Administration Namespace