AskMeAboutWebPart Members
Include Protected Members
Include Inherited Members
Represents a WebPart that shows a list of keywords about which the profile owner can answer questions.
The AskMeAboutWebPart type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AskMeAboutWebPart | Initializes a new instance of the AskMeAboutWebPart class. |
Top
Properties
Name | Description | |
---|---|---|
MaxCharactersInPropertyName | Gets or sets the maximum number of characters of the keyword that can be shown in the AskMeAboutWebPart. | |
ShowAllKeywords | Gets a value that indicates whether all keywords will be displayed in the AskMeAboutWebPart if the total number of keywords to display is greater than the maximum number of keywords that can be displayed. |
Top
Methods
Name | Description | |
---|---|---|
GetToolParts | Gets the ToolPart objects that are used to show and modify the AskMeAboutWebPart properties. (Overrides WebPart.GetToolParts().) | |
OnInit | Handles the Init event. (Overrides WebPartLocOnInit(Object, EventArgs).) | |
OnPreRender | Handles the PreRender event. (Overrides WebPartLocOnPreRender(Object, EventArgs).) | |
RenderWebPart | Renders the HTML for the body of the AskMeAboutWebPart to the client. (Overrides WebPartLocRenderWebPart(HtmlTextWriter).) | |
RequiresWebPartClientScript | Indicates whether the AskMeAboutWebPart has client-side script to register with the Web Part Page Services Component (WPSC) framework. (Overrides WebPart.RequiresWebPartClientScript().) |
Top