XmlElement.GetPrefixOfNamespace(Text, var Text) Method
Version: Available or changed with runtime version 1.0.
Gets the prefix associated with a namespace URI for this element.
Syntax
[Ok := ] XmlElement.GetPrefixOfNamespace(Namespace: Text, var Result: Text)
Parameters
XmlElement
Type: XmlElement
An instance of the XmlElement data type.
Namespace
Type: Text
A namespace URI to look up.
Result
Type: Text
A string that contains the namespace prefix.
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.
Related information
XmlElement Data Type
Get Started with AL
Developing Extensions