ListViewWebPart.GetCallbackResult Method

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

Syntax

<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Function GetCallbackResult As String

Dim instance As ListViewWebPart
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

ListViewWebPart Class

ListViewWebPart Members

Microsoft.SharePoint.WebPartPages Namespace