ICMSPageXPathSelectElement Method Ingeniux DSS Library
Uses an XPath query to select a single Element.

Namespace: Ingeniux.Runtime
Assembly: IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

ICMSElement XPathSelectElement(
	string xpath
)

Parameters

xpath
Type: SystemString
XPath query expression

Return Value

Type: ICMSElement
Returns null if no Element is found.
Remarks

Please note that using XPath select is a little slower than Linq query syntax.
See Also

Reference