ValidationHelperGetCodeName Method (Object, Int32) |
Gets the code name created from the given string.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string GetCodeName(
Object name,
int maxLength
)
Parameters
- name
- Type: SystemObject
Display name - maxLength
- Type: SystemInt32
Maximal length of the codename
Return Value
Type:
StringSee Also