Click or drag to resize
ComparisonTextPart Constructor
TextPart class constructor.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public ComparisonTextPart(
	string text,
	int srcIndex,
	int dstIndex,
	ComparisonStatus status
)

Parameters

text
Type: SystemString
Text
srcIndex
Type: SystemInt32
Index in older version string
dstIndex
Type: SystemInt32
Index to newer version string
status
Type: CMS.HelpersComparisonStatus
Result of the comparison
See Also