WebPartAdder.Recommended Property
Gets a WebPartAdder.SelectorCollection that contains each Web Part from the site gallery that is recommended for the current page.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Recommended As WebPartAdder.SelectorCollection
Get
'Usage
Dim instance As WebPartAdder
Dim value As WebPartAdder.SelectorCollection
value = instance.Recommended
public WebPartAdder.SelectorCollection Recommended { get; }
Property Value
Type: Microsoft.SharePoint.WebPartPages.WebPartAdder.SelectorCollection
A WebPartAdder.SelectorCollection that contains each Web Part from the site gallery that is recommended for the current page.