TaggedPeopleListWebPart.CreateChildControls Method
Creates child controls to display people related to the term based on the ShowExperts, ShowFrequentUsers, and ShowInterests values.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Sub CreateChildControls
'Usage
Me.CreateChildControls()
protected override void CreateChildControls()
Remarks
This override creates the child controls needed to display people related to the term based on the ShowExperts, ShowFrequentUsers, and ShowInterests values. If the control is not enabled, controls to display a warning message will be created instead.