IListWebPart 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
Public property ListId Gets or sets the globally unique identifier (GUID) of the list associated with the current Web Part.
Public property PageType Gets or sets the Web Part page type.
Public property ViewFlags Gets or sets the type of content to be displayed by the current Web Part.
Public property ViewId Gets or sets the view identifier (ID) for the current Web Part.

Top

See also

Reference

IListWebPart interface

Microsoft.SharePoint.WebPartPages namespace