WebPartGalleryXmlItemBase Class
Represents a WebPart that is loaded from the Web Part XML.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.WebPartPages.WebPartGalleryItem
Microsoft.SharePoint.WebPartPages.WebPartGalleryItemBase
Microsoft.SharePoint.WebPartPages.WebPartGalleryXmlItemBase
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public MustInherit Class WebPartGalleryXmlItemBase _
Inherits WebPartGalleryItemBase
'Usage
Dim instance As WebPartGalleryXmlItemBase
public abstract class WebPartGalleryXmlItemBase : WebPartGalleryItemBase
Remarks
This abstract class simplifies the task of implementing the WebPartGalleryItem by providing methods that can parse Web Part XML documents (.dwp or .webpart) to provide default implementations for most of the WebPartGalleryItemBase properties.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.