RefinementWebPart.IsMorePanelAsyncPostBack Method
Gets a value that indicates whether the refinement Web Part is in asynchronous postback mode.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Function IsMorePanelAsyncPostBack As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.IsMorePanelAsyncPostBack()
protected bool IsMorePanelAsyncPostBack()
Return Value
Type: System.Boolean
true if the refinement Web Part is in asynchronous postback mode; otherwise, false.
Remarks
This method checks whether the current postback is in asynchronous mode.