WebPartGalleryItem members
Provides the abstract class that represents a single item in the WebPartAdder.
The WebPartGalleryItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
WebPartGalleryItem | Initializes a new instance of the WebPartGalleryItem class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Category | When overridden in a derived class, gets the name of the category in which the item is displayed. |
![]() |
Description | When overridden in a derived class, gets the description of the item. |
![]() |
IconUrl | When overridden in a derived class, gets a URL that references an icon to be displayed along with the item. |
![]() |
Id | When overridden in a derived class, gets the ID for this item. |
![]() |
IsRecommended | When overridden in a derived class, gets a value that indicates whether the item is recommended for the current page. |
![]() |
IsSafeAgainstScript | Gets whether the tiem is safe for contributors to add to the current page. |
![]() |
OnClientAdd | When overridden in a derived class, gets the client ECMAScript (JavaScript, JScript) function name to be called when the user clicks the Add button in the WebPartAdder control to add the selected WebPart. |
![]() |
RibbonCommand | A string that contains the Server ribbon command ID for the control. |
![]() |
Source | When overridden in a derived class, gets the WebPartGallerySource from which this item was retrieved. |
![]() |
Title | When overridden in a derived class, gets the title of the item. |
![]() |
V3PickerKey | When overridden in a derived class, gets the Web Part key that is compatible with the Windows SharePoint Services 3.0 Web Part picker. |
![]() |
WebPartContent | When overridden in a derived class, gets or sets embedded HTML that provides content for this WebPart. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetPreviewHtml | When overridden in a derived class, returns a Hypertext Markup Language (HTML) preview of the WebPart. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top