ComparisonTextPartSortBy Enumeration |
Namespace: CMS.Helpers
public enum ComparisonTextPartSortBy
Member name | Value | Description | |
---|---|---|---|
TextLength | 0 | Default setting, sorting using text length property. | |
SrcIndex | 1 | Sorting using index to source string. | |
DestIndex | 2 | Sorting using index to destination string. | |
BothIndexes | 3 | Sorting using lower index value. |