Type of TextPart difference against other string enumeration.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
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