TextHelper OnBeforeRemoveDiacriticsEventHandler DelegateKentico 8.0 API Reference
Represents the method that will handle an event that should be called before remove diacritics.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

text
Type: OnlineSystem String 
Input text with diacritics
e
Type: OnlineSystem EventArgs
EventArgs

Return Value

Type: OnlineBoolean
Returns false if original remove method should not be used.
See Also