| TextDiffList Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Helpers
 Syntax
Syntaxpublic class TextDiffList
The TextDiffList type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | TextDiffList | 
            Constructor.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DstDiffList | 
            List for differences in destination text data.
             | 
|  | SrcDiffList | 
            List for differences in source text data.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Analyze | 
            Analyze 2 TextData and create appropriate difference lists.
             | 
|  | SetNewDstList | 
            Method to replace data of destination difference list.
             | 
|  | SetNewSrcList | 
            Method to replace data of source difference list.
             | 
 See Also
See Also