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

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public override bool ValidateMacroValue(
	string macro,
	string originalValue
)

Parameters

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

Return Value

Type: Boolean
See Also