ProfileBrowser Members
Include Protected Members
Include Inherited Members
Renders a WebPart that displays each user in the organizational hierarchy in an interactive view.
The ProfileBrowser type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProfileBrowser | Initializes a new instance of the ProfileBrowser class. |
Top
Properties
Name | Description | |
---|---|---|
OnlyShowHtmlView | Gets or sets a value indicating that only the HTML view of the ProfileBrowserWebPart is displayed. |
Top
Methods
Name | Description | |
---|---|---|
CreateChildControls | Creates the child controls of the ProfileBrowserWebPart (Overrides WebPartLocCreateChildControls().) | |
GetScriptDescriptors | Returns an array of descriptors for each client control that is required for the client functionality of the ProfileBrowserWebPart. | |
GetScriptReferences | Returns a list of client script resources that are required by the ProfileBrowserWebPart. | |
OnInit | Handles the Init event. (Overrides WebPart.OnInit(EventArgs).) | |
OnLoad | Handles the Load event. (Overrides Control.OnLoad(EventArgs).) | |
OnPreRender | Handles the PreRender event. (Overrides WebPart.OnPreRender(EventArgs).) | |
RenderWebPart | Renders the HTML for the body of the ProfileBrowserWebPart to the client. (Overrides WebPartLocRenderWebPart(HtmlTextWriter).) |
Top