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.
Include Protected Members
Include Inherited Members
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.