IConversionServiceGetCodeName Method |
Gets the code name created from the given string.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 12.0.0
Syntax 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:
StringSee Also