FederatedResultsDatasourceView.GetXPathNavigator method

Creates the XPathNavigator for the search results data.

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

Syntax

'Declaration
Public Overrides Function GetXPathNavigator ( _
    selectArguments As DataSourceSelectArguments _
) As XPathNavigator
'Usage
Dim instance As FederatedResultsDatasourceView
Dim selectArguments As DataSourceSelectArguments
Dim returnValue As XPathNavigator

returnValue = instance.GetXPathNavigator(selectArguments)
public override XPathNavigator GetXPathNavigator(
    DataSourceSelectArguments selectArguments
)

Parameters

Return value

Type: System.Xml.XPath.XPathNavigator
The XPathNavigator for the search results.

Implements

IXPathNavigator.GetXPathNavigator(DataSourceSelectArguments)

Remarks

Use this method to determine whether results were returned from the federated location. See FederatedResultsDatasource for a sample Web Part that includes this method.

See also

Reference

FederatedResultsDatasourceView class

FederatedResultsDatasourceView members

Microsoft.Office.Server.Search.WebControls namespace