Click or drag to resize
FormEngineUserControlValidateMacroValue Method
Returns true if the given macro value is valid value for this control

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public virtual bool ValidateMacroValue(
	string macro,
	string originalValue
)

Parameters

macro
Type: SystemString
Macro to check
originalValue
Type: SystemString
Original value

Return Value

Type: Boolean
See Also