Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Overridable Function GetXPathNavigator ( _
selectArguments As DataSourceSelectArguments _
) As XPathNavigator
'Usage
Dim instance As SearchResultsBaseDatasourceView
Dim selectArguments As DataSourceSelectArguments
Dim returnValue As XPathNavigator
returnValue = instance.GetXPathNavigator(selectArguments)
public virtual XPathNavigator GetXPathNavigator(
DataSourceSelectArguments selectArguments
)
Parameters
selectArguments
Type: System.Web.UI.DataSourceSelectArgumentsThe constraints that are applied when retrieving the data.
Return Value
Type: System.Xml.XPath.XPathNavigator
The XPathNavigator for the search results
Implements
IXPathNavigator.GetXPathNavigator(DataSourceSelectArguments)
See Also
Reference
SearchResultsBaseDatasourceView Class