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 | |
---|---|---|
PeopleRendererWebPartBase | Initializes a new instance of the PeopleRendererWebPartBase class. |
Top
Properties
Name | Description | |
---|---|---|
ClientRenderFunction | Gets the name of the client render function. | |
DivId | Gets the client-side identifier (ID) of the DIV that contains the people to be displayed. | |
NoPeopleMessage | Gets the message that is shown when there are no people to display. |
Top
Methods
Name | Description | |
---|---|---|
GetPeople | When overridden in a derived class, gets an array of PeopleRendererWebPartBase.Person objects to display. | |
OnPreRender | Raises the PreRender event. (Overrides WebPart.OnPreRender(EventArgs).) | |
RenderWebPart | Renders the PeopleRendererWebPartBase to display the people. (Overrides WebPartLocRenderWebPart(HtmlTextWriter).) |
Top