ViewChangesPageVariationAction.GetCallbackResult Method
The ICallbackEventHandler() interface that implements the callback behavior of this control.
Namespace: Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function GetCallbackResult As String
'Usage
Dim instance As ViewChangesPageVariationAction
Dim returnValue As String
returnValue = instance.GetCallbackResult()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public string GetCallbackResult()
Return Value
Type: System.String
A String object that contains the URL of the page that will show the differences between the source page and the target page.
Implements
ICallbackEventHandler.GetCallbackResult()
See Also
Reference
ViewChangesPageVariationAction Class
ViewChangesPageVariationAction Members
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions Namespace