Type of TextPart sorting enumeration.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)
Members
| 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. |
See Also