SocialDataUserControl.GetCallbackResult Method
Returns the result of a callback event that targets the SocialDataUserControl.
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 SocialDataUserControl
Dim returnValue As String
returnValue = instance.GetCallbackResult()
public string GetCallbackResult()
Return Value
Type: System.String
The result of a callback event.
Remarks
This method gets the social tag information for the current page from the callback request and adds the new social tags to the social database. This method always returns null .