Article: Adding Repeating Elements

Index

Adding Repeating Elements

A LightWeightElement can have repeating elements

Example

LightWeightElement element = new LightWeightElement(“Val1”);
element.RepeatingElementsValues.Add(“Repeating Val1”);
element.RepeatingElementsValues.Add(“Repeating Val2”);

In order for the repeating values to be delimited correctly please set RepetitionCharacter to the desired character.

Related Articles

Main Categories