SocialCommentControl.RenderResultData Method
Processes the request passed in the eventArgument and writes an HTML string of the SocialComment objects to builder.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Sub RenderResultData ( _
builder As StringBuilder, _
eventArgument As String _
)
'Usage
Dim builder As StringBuilder
Dim eventArgument As String
Me.RenderResultData(builder, eventArgument)
protected void RenderResultData(
StringBuilder builder,
string eventArgument
)
Parameters
builder
Type: System.Text.StringBuilderA string builder to which to write the SocialComment HTML string.
eventArgument
Type: System.StringAn XML string that defines an action to perform, such as “Get”, “Delete”, “Add”, and “Edit”.
Remarks
This method processes the request passed in the eventArgument and writes the HTML string of the SocialComment to builder.