SPSolutionCollection.Add Method
Include Protected Members
Include Inherited Members
Adds a solution to the collection.
Overload List
Name | Description | |
---|---|---|
![]() |
Add(String) | Adds a solution with the specified solution file to the collection of solutions. |
![]() |
Add(SPSolution) | Adds a solution to the collection of solutions. (Overrides SPPersistedChildCollection<T>.Add(T).) |
![]() |
Add(String, UInt32) | Adds a solution with the specified solution file and locale identifier to the collection of solutions. |
Top