WebPartGallerySourceBase Constructor
Initializes a new instance of the WebPartGallerySourceBase class with the page that hosts the WebPartAdder.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Sub New ( _
page As Page _
)
'Usage
Dim page As Page
Dim instance As New WebPartGallerySourceBase(page)
protected WebPartGallerySourceBase(
Page page
)
Parameters
- page
Type: System.Web.UI.Page
See Also
Reference
WebPartGallerySourceBase Class