CoreResultsWebPart.GetXPathNavigator Method
This member is reserved for internal use and is not intended to be used directly from your code.
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.String
Return Value
Type: System.Xml.XPath.XPathNavigator