CmsDataFormWebPart.GetXPathNavigator method

Creates an XPathNavigator object that contains the data to be rendered by the XSL.

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.String

    A string that contains the path used to build the XPathNavigator object.

Return value

Type: System.Xml.XPath.XPathNavigator

See also

Reference

CmsDataFormWebPart class

CmsDataFormWebPart members

Microsoft.SharePoint.Publishing.WebControls namespace