FormEngineUserControlValidateMacroValue Method |
Returns true if the given macro value is valid value for this control
Namespace: CMS.FormControlsAssembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax public virtual bool ValidateMacroValue(
string macro,
string originalValue
)
Parameters
- macro
- Type: SystemString
Macro to check - originalValue
- Type: SystemString
Original value
Return Value
Type:
BooleanSee Also