PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Queries the document using the specified XPath expression and returns a single node.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[]
public static  SelectSingleNode(
	 data,
	string expression
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function SelectSingleNode ( _
	data As , _
	expression As  _
) As 

Parameters

data
XmlData
The Xml data.
expression
String
The XPath expression.

Return Value

Xml data containing the node.

See Also

Advanced