SPSite.Solutions Property
SharePoint 2010
Gets the collection of user solutions that have been activated for the site collection.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)] public SPUserSolutionCollection Solutions { get; }
Property Value
Type: Microsoft.SharePoint.SPUserSolutionCollectionA collection of SPUserSolution objects. The value of the Status property for each object in the collection is Activated.