Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.49 KB

xmldocumenttype-setsystemid-method.md

File metadata and controls

43 lines (35 loc) · 1.49 KB
title description ms.author ms.date ms.topic author ms.reviewer
XmlDocumentType.SetSystemId(Text) Method
Sets the system identifier for this Document Type Definition (DTD).
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

XmlDocumentType.SetSystemId(Text) Method

Version: Available or changed with runtime version 1.0.

Sets the system identifier for this Document Type Definition (DTD).

Syntax

[Ok := ]  XmlDocumentType.SetSystemId(Value: Text)

Parameters

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

Value
 Type: Text
A string that contains the new system 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