BaseXsltListWebPart.GetXPathNavigator Method
Gets a cursor model for navigating and editing XML information items in the view.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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 data source view.
Return Value
Type: System.Xml.XPath.XPathNavigator
The cursor model for navigating and editing XML information items in the view.
Remarks
The path of the data source view must be passed to the Select() method.
![]() |
---|
Exceptions raised from using the XPathNavigator class may contain sensitive information that should not be exposed in untrusted scenarios. Exceptions should be handled so that sensitive information is not exposed. |