SocialCommentWebPart Members
Include Protected Members
Include Inherited Members
Web Part that enables users to leave short, publicly viewable notes about the current page.
The SocialCommentWebPart type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocialCommentWebPart | Initializes a new instance of the SocialCommentWebPart class. |
Top
Properties
Name | Description | |
---|---|---|
WebPartPropertyAllowNewComment | Gets or sets a value that indicates whether the Web Part renders the new comment area for the user to post a new comment. | |
WebPartPropertyDisplayItems | Gets or sets the number of social comments displayed in the SocialCommentWebPart. | |
WebPartPropertySpecifiedAddress | Gets or sets the URL for which to display SocialComment objects. |
Top
Methods
Name | Description | |
---|---|---|
CreateChildControls | Creates the child controls for the SocialCommentWebPart. (Overrides WebPartLocCreateChildControls().) | |
GetDesignTimeHtml | Returns an HTML markup string to represent the SocialCommentWebPart at design time. | |
RenderWebPart | Renders the HTML for the body of the SocialCommentWebPart to the client. (Overrides WebPartLocRenderWebPart(HtmlTextWriter).) | |
RequiresWebPartClientScript | Returns a value that indicates whether the SocialCommentWebPart does not require client-side ECMAScript (JavaScript, JScript) to register with the Web Part Page Service Component (WPSC) framework. (Overrides WebPart.RequiresWebPartClientScript().) |
Top