Click or drag to resize
TextComparison Properties

The TextComparison type exposes the following members.

Properties
  NameDescription
Public propertyAddedToDestinationStyle
CSS class used for styling of text added to destination.
Public propertyBalanceContent
If true, the resulting content is balance to include the same content on both sides.
Public propertyComparisonMode
Indicates if whole source text will be compared including HTML.
Public propertyConsiderHTMLTagsEqual
If true, the found HTML tags are considered equal in ignore mode.
Public propertyDestinationDiffList
DiffList for destination text.
Public propertyDestinationText
Destination string for diff comparison.
Public propertyEnsureHTMLLineEndings
Indicates if whole source text will be compared including HTML.
Public propertyHTMLMarkupStyle
CSS class used for styling of HTML code in text.
Public propertyHTMLNotIncludedStyle
CSS class used for styling of not included HTML.
Public propertyIgnoreHTMLTags
If true, the HTML tags are ignored in comparison but produced in resulting text in their original version.
Public propertyIsLiveSite
Indicates if control is used on live site.
(Inherited from CMSWebControl.)
Public propertyMatchedStyle
CSS class used for styling of matched text.
Public propertyNotIncludedStyle
CSS class used for styling of not included text.
Public propertyPairedControl
PairedControl.
Public propertyPairedControlID
ID of paired control.
Public propertyRemovedFromSourceStyle
CSS class used for styling of text removed from source.
Public propertyRenderingMode
Switch between rendering source text and destination text.
Public propertyShortID
Short ID of the control.
(Inherited from CMSWebControl.)
Public propertySourceDiffList
DiffList for source text.
Public propertySourceText
Source string for diff comparison.
Public propertyStopProcessing
Indicates if controls should stop processing.
Public propertySynchronizedScrolling
Destination string for diff comparison.
Public propertyUIContext
Returns control's UI context
(Inherited from CMSWebControl.)
Top
See Also