Click or drag to resize
FormFieldInfoGetPropertyValue Method (FormFieldPropertyEnum, IMacroResolver, MacroSettings, Boolean)
Gets resolved property value.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
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: String
See Also