ConversionServiceGetCodeName Method |
Gets the code name created from the given string.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public string GetCodeName(
Object name,
string replacement = null
)
Parameters
- name
- Type: SystemObject
Display name - replacement (Optional)
- Type: SystemString
Replacement string for invalid characters
Return Value
Type:
StringImplements
IConversionServiceGetCodeName(Object, String)See Also