| ValidationHelperGetCodeName Method (String, String, String) | 
            Gets the code name created from the given display name.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string GetCodeName(
	string name,
	string prefix,
	string suffix
)
Parameters
- name
- Type: SystemString
 Display name
- prefix
- Type: SystemString
 Prefix of the display name
- suffix
- Type: SystemString
 Suffix of the display name
Return Value
Type: 
String See Also
See Also