HTMLTextDiffList Constructor (String, String, Boolean)Kentico 8.0 API Reference
Constructor allowing to set how to treat HTML tags.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

src
Type: OnlineSystem String
Source HTML string
dst
Type: OnlineSystem String
Destination HTML string
treatAsPlainText
Type: OnlineSystem Boolean
Indicates if compared text should be treated as plain text even if contains HTML
See Also