XmlElement.GetNamespaceOfPrefix(Text, var Text) Method
Version: Available or changed with runtime version 1.0.
Gets the namespace associated with a particular prefix for this element.
Syntax
[Ok := ] XmlElement.GetNamespaceOfPrefix(Prefix: Text, var Result: Text)
Parameters
XmlElement
Type: XmlElement
An instance of the XmlElement data type.
Prefix
Type: Text
A string that contains the namespace prefix to look up.
Result
Type: Text
The namespace URI associated with the given prefix for this element.
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