WikiEditPage.GetCallbackResult Method

Returns the results of a callback event that targets the page after the page has been processed.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

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

Return Value

Type: System.String
The result of the callback.

Implements

ICallbackEventHandler.GetCallbackResult()

Remarks

This method saves the page according to the callback event argument stored by the RaiseCallbackEvent(String) method and returns ECMAScript (JavaScript, JScript) that is used to show the result.

See Also

Reference

WikiEditPage Class

WikiEditPage Members

Microsoft.SharePoint.WebPartPages Namespace