TaggedPeopleListWebPart Members
Include Protected Members
Include Inherited Members
Represents a Web Part that is used to view people who are associated with the term passed in the query string of the current page.
The TaggedPeopleListWebPart type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TaggedPeopleListWebPart | Initializes a new instance of the TaggedPeopleListWebPart class. |
Top
Properties
Name | Description | |
---|---|---|
ShowExperts | Gets or sets a value that indicates whether the controls that display people who are term experts will be visible. | |
ShowFrequentUsers | Gets or sets a value that indicates whether the controls that display people who frequently tag URLs with the term will be visible. | |
ShowInterests | Gets or sets a value that indicates whether the controls that display people who are interested in the term will be visible. |
Top
Methods
Name | Description | |
---|---|---|
CreateChildControls | Creates child controls to display people related to the term based on the ShowExperts, ShowFrequentUsers, and ShowInterests values. (Overrides WebPartLocCreateChildControls().) | |
OnLoad | Handles the Load event. (Overrides Control.OnLoad(EventArgs).) | |
OnPreRender | Handles the PreRender event. (Overrides WebPart.OnPreRender(EventArgs).) |
Top