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: 12.0.0
Syntax public 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:
StringSee Also