| HTMLHelperGetUniqueControlID Method | 
            Gets the unique ID for the control, if some other control has the same base ID, adds the number at the end.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string GetUniqueControlID(
	string baseId
)
Parameters
- baseId
- Type: SystemString
 Base control ID
Return Value
Type: 
String See Also
See Also