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
Protected Overrides Function GetXPathNavigator ( _
viewPath As String _
) As XPathNavigator
'Usage
Dim viewPath As String
Dim returnValue As XPathNavigator
returnValue = Me.GetXPathNavigator(viewPath)
protected override XPathNavigator GetXPathNavigator(
string viewPath
)
Parameters
viewPath
Type: System.StringThe path of the view to retrieve.
Return Value
Type: System.Xml.XPath.XPathNavigator
The XPathNavigator for the query suggestions.
See Also
Reference
TopFederatedResultsWebPart Class