FormFieldInfoGetPropertyValue Method (FormFieldPropertyEnum, IMacroResolver, MacroSettings, Boolean) |
Gets resolved property value.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 10.0.0
Syntax public string GetPropertyValue(
FormFieldPropertyEnum property,
IMacroResolver resolver,
MacroSettings macroSettings = null,
bool resolveAllMacros = false
)
Parameters
- property
- Type: CMS.FormEngineFormFieldPropertyEnum
Property - resolver
- Type: CMS.MacroEngineIMacroResolver
Macro resolver - macroSettings (Optional)
- Type: CMS.MacroEngineMacroSettings
Macro context - resolveAllMacros (Optional)
- Type: SystemBoolean
Indicates if text values which contain macro expressions should be resolved too, default value is false - only macro values are resolved
Return Value
Type:
StringSee Also