FederatedResultsDatasourceView.GetXPathNavigator Method
Creates the System.Xml.XPath.XPathNavigation object containing the results data from the federated search location.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Assembly: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
public override XPathNavigator GetXPathNavigator ( DataSourceSelectArguments selectArguments )
Parameters
- selectArguments
Return Value
Returns XPathNavigator.Use this method to check whether results were returned from the federated location. See FederatedResultsDatasource for a sample Web Part that includes this method.
