RefinementWebPart.RequiresWebPartClientScript Method
Indicates whether this Web Part requires the client-side script to register.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Overrides Function RequiresWebPartClientScript As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.RequiresWebPartClientScript()
protected override bool RequiresWebPartClientScript()
Return Value
Type: System.Boolean
true if the Web Part requires the client-side script to register; otherwise, false.
Remarks
This method always returns false that indicates that the Web Part does not require client-side script to register.