This boolean setting controls the XML parsing process. If the setting is set to true, any rich text format tags are removed after parsing the data of an Infigo template or an XML file.

The advantage here is, that for preview data, the data itself is just an example and removing the RT format avoids to handle the more complicated correct display of the rich text formated string on the client side. However, if you have enabled a fully rich text aware client side, you can switch this off to preserve the format tags.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static bool RemoveRTFormatWhenParsingXML { get; set; }
Visual Basic (Declaration)
Public Shared Property RemoveRTFormatWhenParsingXML As Boolean
Visual C++
public:
static property bool RemoveRTFormatWhenParsingXML {
	bool get ();
	void set (bool value);
}

See Also