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