Type of TextPart difference against other string enumeration.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax Members
| Member name | Value | Description |
---|
| Unknown | 0 |
TextPart wasn't processed yet.
|
| NotIncluded | 1 |
TextPart wasn't included in particular string.
|
| RemovedFromSource | 2 |
TextPart is missing in destination string.
|
| Matched | 3 |
TextPart was found both in source and destination string.
|
| AddedToDestination | 4 |
TextPart is missing in source string.
|
| HTMLPart | 5 |
TextPart containing HTML markup.
|
| HTMLNotIncluded | 6 |
HTML part which wasn't included in particular string.
|
See Also