Share via


MyLinksRibbon.GetCallbackResult Method

This member is reserved for internal use and is not intended to be used directly from your code. Returns the result of a callback event that targets the My Links ribbon.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

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

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

Return Value

Type: System.String
The String object that represents the result of the callback event.

Implements

ICallbackEventHandler.GetCallbackResult()

Remarks

This method calls the appropriate method to handle an add, delete or manage callback event, and returns the result as the Java Script Object Notation (JSON) format.

See Also

Reference

MyLinksRibbon Class

MyLinksRibbon Members

Microsoft.Office.Server.WebControls Namespace