Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.51 KB

xmlcdata-selectsinglenode-string-xmlnode-method.md

File metadata and controls

47 lines (38 loc) · 1.51 KB
title description ms.author ms.date ms.tgt_pltfrm ms.topic author
XmlCData.SelectSingleNode(Text, var XmlNode) Method
Selects the first XmlNode that matches the XPath expression.
solsen
02/26/2024
na
reference
SusanneWindfeldPedersen

XmlCData.SelectSingleNode(Text, var XmlNode) Method

Version: Available or changed with runtime version 1.0.

Selects the first XmlNode that matches the XPath expression.

Syntax

[Ok := ]  XmlCData.SelectSingleNode(XPath: Text, var Node: XmlNode)

Parameters

XmlCData
 Type: XmlCData
An instance of the XmlCData data type.

XPath
 Type: Text
The XPath expression.

Node
 Type: XmlNode
The first XmlNode that matches the XPath query.

Return Value

[Optional] Ok
 Type: Boolean
true if the operation was successful; otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

See Also

XmlCData Data Type
Get Started with AL
Developing Extensions