PeopleRendererWebPartBase Members

Include Protected Members
Include Inherited Members

Represents the abstract base class for the Web Parts that render lists of people.

The PeopleRendererWebPartBase type exposes the following members.

Constructors

  Name Description
Protected method PeopleRendererWebPartBase Initializes a new instance of the PeopleRendererWebPartBase class.

Top

Properties

  Name Description
Protected property ClientRenderFunction Gets the name of the client render function.
Protected property DivId Gets the client-side identifier (ID) of the DIV that contains the people to be displayed.
Protected property NoPeopleMessage Gets the message that is shown when there are no people to display.

Top

Methods

  Name Description
Protected method GetPeople When overridden in a derived class, gets an array of PeopleRendererWebPartBase.Person objects to display.
Protected method OnPreRender Raises the PreRender event. (Overrides WebPart.OnPreRender(EventArgs).)
Protected method RenderWebPart Renders the PeopleRendererWebPartBase to display the people. (Overrides WebPartLocRenderWebPart(HtmlTextWriter).)

Top

See Also

Reference

PeopleRendererWebPartBase Class

Microsoft.SharePoint.Portal.WebControls Namespace