RefinementManager.Initialize method

Initializes the refinement manager.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub Initialize ( _
    location As Location _
)
'Usage
Dim instance As RefinementManager
Dim location As Location

instance.Initialize(location)
public void Initialize(
    Location location
)

Parameters

Exceptions

Exception Condition
InvalidOperationException

The location is null .

-or-

The underlying runtime is not IRefinableRuntime and the location type is not fast Microsoft FAST Search Server 2010 for SharePoint.

Remarks

This method initializes the properties of the refinement manager if the manager has not been initialized.

See also

Reference

RefinementManager class

RefinementManager members

Microsoft.Office.Server.Search.WebControls namespace