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

  • eventArgument
    Type: System.String

    An 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.

See Also

Reference

SocialCommentControl Class

SocialCommentControl Members

Microsoft.SharePoint.Portal.WebControls Namespace