Click or drag to resize
ComparisonTextPartSortBy Enumeration
Type of TextPart sorting enumeration.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public enum ComparisonTextPartSortBy
Members
  Member nameValueDescription
TextLength0 Default setting, sorting using text length property.
SrcIndex1 Sorting using index to source string.
DestIndex2 Sorting using index to destination string.
BothIndexes3 Sorting using lower index value.
See Also