FederatedResultsDatasourceView.GetXPathNavigator Method
Creates the XPathNavigator for the search results data.
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
public override XPathNavigator GetXPathNavigator( DataSourceSelectArguments selectArguments )
Parameters
- selectArguments
- Type: System.Web.UI.DataSourceSelectArguments
The constraints that are applied when retrieving the data.
Implements
IXPathNavigator.GetXPathNavigator(DataSourceSelectArguments)Use this method to determine whether results were returned from the federated location. See FederatedResultsDatasource for a sample Web Part that includes this method.