| ValidationHelperGetControlClientId Method | 
            Returns the given string if it matches the criteria for valid client ID value.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string GetControlClientId(
	Object value,
	string defaultValue = ""
)
Parameters
- value
- Type: SystemObject
 Value to check
- defaultValue (Optional)
- Type: SystemString
 Value to return in case given value is not a valid client ID
Return Value
Type: 
String See Also
See Also