Share via


SocialCommentControl.GetCallbackResult Method

Returns the results of a callback event that targets the SocialCommentControl.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Function GetCallbackResult As String
'Usage
Dim instance As SocialCommentControl
Dim returnValue As String

returnValue = instance.GetCallbackResult()
public string GetCallbackResult()

Return Value

Type: System.String
The results of the callback.

Remarks

The SocialCommentControl implements the ICallbackEventHandler interface and uses the RaisePostBackEvent to get data and the GetCallbackResult method to return the data to the control.

See Also

Reference

SocialCommentControl Class

SocialCommentControl Members

Microsoft.SharePoint.Portal.WebControls Namespace