StatusNotesControl.GetCallbackResult Method
Returns the results of a callback event that targets the StatusNotesControl control.
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 StatusNotesControl
Dim returnValue As String
returnValue = instance.GetCallbackResult()
public string GetCallbackResult()
Return Value
Type: System.String
The results of the callback.
Remarks
This method returns the status notes text that is displayed on the client; unless the RaiseCallbackEvent(String) method caught an exception while validating the status notes, this method returns ERROR_VALIDATECANARY.