SearchAdminDashboardWebpart.GetCallBackScript Method
Returns a string containing a callback script that matches the specified event argument.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Function GetCallBackScript ( _
argument As String _
) As String
'Usage
Dim argument As String
Dim returnValue As String
returnValue = Me.GetCallBackScript(argument)
protected string GetCallBackScript(
string argument
)
Parameters
- argument
Type: System.String
An event argument.
Return Value
Type: System.String
See Also
Reference
SearchAdminDashboardWebpart Class