Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.5 KB

xmlprocessinginstruction-replacewith-method.md

File metadata and controls

43 lines (35 loc) · 1.5 KB
title description ms.author ms.date ms.topic author ms.reviewer
XmlProcessingInstruction.ReplaceWith(Any,...) Method
Replaces this node with the specified content.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

XmlProcessingInstruction.ReplaceWith(Any,...) Method

Version: Available or changed with runtime version 1.0.

Replaces this node with the specified content.

Syntax

[Ok := ]  XmlProcessingInstruction.ReplaceWith(Node: Any,...)

Parameters

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

Node
 Type: Any
The content with which to replace the current node.

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

XmlProcessingInstruction Data Type
Get Started with AL
Developing Extensions