Table of Contents

AddAttributeAbs Procedure

Codeunit XML Writer

Adds an attribute to the element on the specified level.

Overloads

Name Description
AddAttributeAbs(Integer; Text; Variant) Adds an attribute to the element on the specified level.
AddAttributeAbs(Integer; Text; Variant; Text) Adds an attribute to the element on the specified level, with a given namespace.

AddAttributeAbs(Integer; Text; Variant) Procedure

Adds an attribute to the element on the specified level.

Signature

AddAttributeAbs(Level: Integer; AttributeName: Text; AttributeValue: Variant)

Parameters

Level Integer

The depth of where the element exist, to which the attribute will be added.

AttributeName Text

The name of the attribute.

AttributeValue Variant

The value of the attribute.

AddAttributeAbs(Integer; Text; Variant; Text) Procedure

Adds an attribute to the element on the specified level, with a given namespace.

Signature

AddAttributeAbs(Level: Integer; AttributeName: Text; AttributeValue: Variant; NameSpace: Text)

Parameters

Level Integer

The depth of where the element exist, to which the attribute will be added.

AttributeName Text

The name of the attribute.

AttributeValue Variant

The value of the attribute.

NameSpace Text

The namespace used for this attribute.

This documentation is generated from Smart Toolbox v27.1