Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.5 KB

xmldocumenttype-getpublicid-method.md

File metadata and controls

43 lines (35 loc) · 1.5 KB
title description ms.author ms.date ms.topic author ms.reviewer
XmlDocumentType.GetPublicId(var Text) Method
Gets the public identifier for this Document Type Definition (DTD).
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

XmlDocumentType.GetPublicId(var Text) Method

Version: Available or changed with runtime version 1.0.

Gets the public identifier for this Document Type Definition (DTD).

Syntax

[Ok := ]  XmlDocumentType.GetPublicId(var Result: Text)

Parameters

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

Result
 Type: Text
A string that contains the public identifier for this Document Type Definition (DTD).

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

XmlDocumentType Data Type
Get Started with AL
Developing Extensions