DiffStatus EnumerationKentico 8.0 API Reference
Type of TextPart difference against other string enumeration.

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

  Member nameValueDescription
Unknown0 TextPart wasn't processed yet.
NotIncluded1 TextPart wasn't included in particular string.
RemovedFromSource2 TextPart is missing in destination string.
Matched3 TextPart was found both in source and destination string.
AddedToDestination4 TextPart is missing in source string.
HTMLPart5 TextPart containing HTML markup.
HTMLNotIncluded6 HTML part which wasn't included in particular string.
See Also