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
location
Type: Microsoft.Office.Server.Search.Query.LocationThe federated location of the Search results.
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.