EntityEditor.GetCallbackResult method

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function GetCallbackResult As String
'Usage
Dim instance As EntityEditor
Dim returnValue As String

returnValue = instance.GetCallbackResult()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public string GetCallbackResult()

Return value

Type: System.String

Implements

ICallbackEventHandler.GetCallbackResult()

See also

Reference

EntityEditor class

EntityEditor members

Microsoft.SharePoint.WebControls namespace