WebPartGallerySourceBase Members
Include Protected Members
Include Inherited Members
Provides an abstract base class for implementing Web Part gallery sources.
The WebPartGallerySourceBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebPartGallerySourceBase | Initializes a new instance of the WebPartGallerySourceBase class with the page that hosts the WebPartAdder. |
Top
Properties
Name | Description | |
---|---|---|
Id | Gets the ID of this source. (Overrides WebPartGallerySource.Id.) | |
InvalidateAfterAdd | Gets a value that indicates whether adding an item to the page invalidates any lists of items previously returned from GetItems(). (Overrides WebPartGallerySource.InvalidateAfterAdd.) | |
Page | Gets the Page on which the WebPartAdder resides. |
Top
Methods
Name | Description | |
---|---|---|
AddItemToPage(WebPartZoneBase, Int32, WebPart) | Adds the specified WebPart to the page. | |
AddItemToPage(WebPartZoneBase, Int32, WebPartGalleryItem, String) | Adds the WebPartGalleryItem that is represented by the WebPart class. (Overrides WebPartGallerySource.AddItemToPage(WebPartZoneBase, Int32, WebPartGalleryItem, String).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetItems | Returns the array of WebPartGalleryItem items that are managed by this WebPartGallerySource. (Overrides WebPartGallerySource.GetItems().) | |
GetItemsCore | When overridden in a derived class, returns the WebPartGalleryItem items from this source. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top