PublishCommandHandler.GetCallbackResult Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Function GetCallbackResult As String
'Usage
Dim instance As PublishCommandHandler
Dim returnValue As String
returnValue = instance.GetCallbackResult()
public virtual string GetCallbackResult()
Return Value
Type: System.String
Implements
ICallbackEventHandler.GetCallbackResult()