Click or drag to resize
TextDiffList Class
Class for comparison 2 TextData, contains 2 lists of differences.
Inheritance Hierarchy

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public class TextDiffList

The TextDiffList type exposes the following members.

Constructors
  NameDescription
Public methodTextDiffList
Constructor.
Top
Properties
  NameDescription
Public propertyDstDiffList
List for differences in destination text data.
Public propertySrcDiffList
List for differences in source text data.
Top
Methods
  NameDescription
Public methodAnalyze
Analyze 2 TextData and create appropriate difference lists.
Protected methodSetNewDstList
Method to replace data of destination difference list.
Protected methodSetNewSrcList
Method to replace data of source difference list.
Top
See Also