Click or drag to resize
ValidationHelperGetControlClientId Method
Returns the given string if it matches the criteria for valid client ID value.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
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: String
See Also