IListWebPart Members
Include Protected Members
Include Inherited Members
Implement this interface to create the functionality that a Web Part class requires to be placed on a form. For example, the ListFormWebPart and ListViewWebPart classes both implement this interface so that they can be positioned in different zones on a form.
The IListWebPart type exposes the following members.
Properties
Name | Description | |
---|---|---|
ListId | Gets or sets the globally unique identifier (GUID) of the list associated with the current Web Part. | |
PageType | Gets or sets the Web Part page type. | |
ViewFlags | Gets or sets the type of content to be displayed by the current Web Part. | |
ViewId | Gets or sets the view identifier (ID) for the current Web Part. |
Top