WebPartGalleryItemBase Members
Include Protected Members
Include Inherited Members
Provides an abstract class for the base implementation of the WebPartGalleryItem class.
The WebPartGalleryItemBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebPartGalleryItemBase | Initializes a new instance of the WebPartGalleryItemBase 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 | When overridden in a derived class, gets the description of the item. (Inherited from WebPartGalleryItem.) | |
IconUrl | When overridden in a derived class, gets a URL that references an icon to be displayed along with the item. (Inherited from WebPartGalleryItem.) | |
Id | When overridden in a derived class, gets the ID for this item. (Inherited from WebPartGalleryItem.) | |
IsRecommended | When overridden in a derived class, gets a value that indicates whether the item is recommended for the current page. (Inherited from WebPartGalleryItem.) | |
IsSafeAgainstScript | (Overrides WebPartGalleryItem.IsSafeAgainstScript.) | |
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. (Overrides WebPartGalleryItem.OnClientAdd.) | |
RibbonCommand | A string that contains the Server ribbon command ID for the control. (Overrides WebPartGalleryItem.RibbonCommand.) | |
Source | Gets the WebPartGallerySource from which this item was retrieved. (Overrides WebPartGalleryItem.Source.) | |
Title | When overridden in a derived class, gets the title of the item. (Inherited from WebPartGalleryItem.) | |
V3PickerKey | Gets the Web Part key that is compatible with the Windows SharePoint Services 3.0 Web Part picker. (Overrides WebPartGalleryItem.V3PickerKey.) | |
WebPartContent | Gets or sets embedded HTML that provides content for this WebPart. (Overrides WebPartGalleryItem.WebPartContent.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetPreviewHtml | Returns an HTML preview for this WebPart. (Overrides WebPartGalleryItem.GetPreviewHtml().) | |
GetType | (Inherited from Object.) | |
Instantiate | When overridden in a derived class, instantiates the WebPart represented by this item. | |
InstantiateFromXml(String) | Instantiates a WebPart with a string that contains the XML. | |
InstantiateFromXml(XmlDocument) | Instantiates a WebPart with the specified XmlDocument. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top