DataFormWebPart.GetXPathNavigator Method
Returns a cursor model for navigating and editing XML information items in the view.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Parameters
- viewPath
- Type: System.String
The path to the data source view.
The path to the data source view must be passed to the Select(DataSourceSelectArguments, DataSourceViewSelectCallback) method.
Exceptions raised as a result of 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.