FormEngineUserControlValidateMacroValue Method |
Returns true if the given macro value is valid value for this control
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
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