LocalizationHelper GetUniqueResStringKey Method Kentico 8.0 API Reference
Returns unique resource string key from given plain text.

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

Parameters

plainText
Type: OnlineSystem String
Plain text from which the string should be generated
resKeyPrefix (Optional)
Type: OnlineSystem String
Prefix of the resource string that should be used
returnWithPrefix (Optional)
Type: OnlineSystem Boolean
Indicates whether return resource string with prefix
maxKeyLength (Optional)
Type: OnlineSystem Int32
Maximal resource string key length

Return Value

Type: OnlineString
See Also