WebPartGalleryXmlItemBase Members
Include Protected Members
Include Inherited Members
Represents a WebPart that is loaded from the Web Part XML.
The WebPartGalleryXmlItemBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebPartGalleryXmlItemBase | Initializes a new instance of the WebPartGalleryXmlItemBase class with the specified context information. |
Top
Properties
Name | Description | |
---|---|---|
Category | When overridden in a derived class, gets the name of the category in which the item is displayed. (Inherited from WebPartGalleryItem.) | |
Description | Gets the description of the WebPart item contained in the Web Part XML document. (Overrides WebPartGalleryItem.Description.) | |
IconUrl | Gets the URL that references an icon to be displayed with the item. (Overrides WebPartGalleryItem.IconUrl.) | |
Id | When overridden in a derived class, gets the ID for this item. (Inherited from WebPartGalleryItem.) | |
IsRecommended | Gets a value that indicates whether the item is recommended for the current page. (Overrides WebPartGalleryItem.IsRecommended.) | |
IsSafeAgainstScript | (Inherited from WebPartGalleryItemBase.) | |
OnClientAdd | Gets the client ECMAScript (JavaScript, JScript) function name that will be called when the user clicks the Add button in the WebPartAdder control to add the selected the WebPart. (Inherited from WebPartGalleryItemBase.) | |
RibbonCommand | A string that contains the Server ribbon command ID for the control. (Inherited from WebPartGalleryItemBase.) | |
Source | Gets the WebPartGallerySource from which this item was retrieved. (Inherited from WebPartGalleryItemBase.) | |
Title | Gets the title of the WebPart item contained in the Web Part XML document. (Overrides WebPartGalleryItem.Title.) | |
V3PickerKey | Gets the Web Part key that is compatible with the Windows SharePoint Services 3.0 Web Part picker. (Inherited from WebPartGalleryItemBase.) | |
WebPartContent | Gets or sets embedded HTML that provides content for this WebPart. (Inherited from WebPartGalleryItemBase.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetPreviewHtml | Returns an HTML preview for this WebPart. (Inherited from WebPartGalleryItemBase.) | |
GetType | (Inherited from Object.) | |
Instantiate | Instantiates the WebPart represented by this item. (Overrides WebPartGalleryItemBase.Instantiate().) | |
InstantiateFromXml(String) | Instantiates a WebPart with a string that contains the XML. (Inherited from WebPartGalleryItemBase.) | |
InstantiateFromXml(XmlDocument) | Instantiates a WebPart with the specified XmlDocument. (Inherited from WebPartGalleryItemBase.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top