Share via


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.

See also

Reference

RefinementWebPart class

RefinementWebPart members

Microsoft.Office.Server.Search.WebControls namespace