Returns unique resource string key from given plain text.
Namespace: CMS.LocalizationAssembly: CMS.Localization (in CMS.Localization.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- plainText
- Type:
System String
Plain text from which the string should be generated
- resKeyPrefix (Optional)
- Type:
System String
Prefix of the resource string that should be used
- returnWithPrefix (Optional)
- Type:
System Boolean
Indicates whether return resource string with prefix
- maxKeyLength (Optional)
- Type:
System Int32
Maximal resource string key length
Return Value
Type:
See Also