WebPartGallerySource Members
Include Protected Members
Include Inherited Members
Represents an abstract class that provides the method signatures to allow the WebPartGalleryItem objects to be added to the WebPartAdder.
The WebPartGallerySource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebPartGallerySource | Initializes a new instance of the WebPartGallerySource class. |
Top
Properties
Name | Description | |
---|---|---|
Id | When overridden in a derived class, gets the ID of this source. | |
InvalidateAfterAdd | When overridden in a derived class, gets a value that indicates whether adding an item to the page invalidates any lists of items previously returned from GetItems(). |
Top
Methods
Name | Description | |
---|---|---|
AddItemToPage | When overridden in a derived class, adds the WebPartGalleryItem represented by the WebPart to the page. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetItems | When overridden in a derived class, returns the WebPartGalleryItem objects that can be added to the WebPartAdder. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top