ComparisonTextPart Constructor |
TextPart class constructor.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax 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