SPSolutionCollection.Remove method
Removes a solution from the collection of solutions.
Overload list
Name | Description | |
---|---|---|
Remove(Guid) | Removes the solution with the specified GUID from the collection of solutions. (Overrides SPPersistedChildCollection<T>.Remove(Guid).) | |
Remove(String) | Removes the solution with the specified name from the collection of solutions. | |
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.