WebPartGalleryXmlItemBase Constructor
Initializes a new instance of the WebPartGalleryXmlItemBase class with the specified context information.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Sub New ( _
source As WebPartGallerySource, _
page As Page, _
doc As XmlDocument _
)
'Usage
Dim source As WebPartGallerySource
Dim page As Page
Dim doc As XmlDocument
Dim instance As New WebPartGalleryXmlItemBase(source, _
page, doc)
protected WebPartGalleryXmlItemBase(
WebPartGallerySource source,
Page page,
XmlDocument doc
)
Parameters
source
Type: Microsoft.SharePoint.WebPartPages.WebPartGallerySourceThe source that created this item.
page
Type: System.Web.UI.PageThe page that hosts the WebPartAdder.
doc
Type: System.Xml.XmlDocumentThe document that contains the Web Part XML.
See Also
Reference
WebPartGalleryXmlItemBase Class