Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.61 KB

xmlelement-getnamespaceofprefix-method.md

File metadata and controls

47 lines (38 loc) · 1.61 KB
title description ms.author ms.date ms.topic author ms.reviewer
XmlElement.GetNamespaceOfPrefix(Text, var Text) Method
Gets the namespace associated with a particular prefix for this element.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

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.

See Also

XmlElement Data Type
Get Started with AL
Developing Extensions