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 an XPathNavigator containing the data to be rendered by the XSL template.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.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.StringA string that contains the path to the view to be retrieved.
Return Value
Type: System.Xml.XPath.XPathNavigator