| ValidatorIsCodeName Method  | 
            Determines whether source control's value is code name.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntaxpublic Validator IsCodeName(
	Object source,
	string errorMessage,
	bool useUnicode = false
)
Parameters
- source
 - Type: SystemObject
Control to validate - errorMessage
 - Type: SystemString
It is returned when control's value is not code name - useUnicode (Optional)
 - Type: SystemBoolean
If true, unicode letters are allowed in codename 
Return Value
Type: 
Validator
See Also