Click or drag to resize
ValidationHelperIsValidClientID Method
Returns true if the object representation matches the criteria for valid client id value.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool IsValidClientID(
	Object value
)

Parameters

value
Type: SystemObject
Value to check

Return Value

Type: Boolean
See Also