Click or drag to resize
DiffStatus Enumeration
Type of TextPart difference against other string enumeration.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public enum DiffStatus
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