Click or drag to resize
FormCategoryInfoGetPropertyValue Method (FormCategoryPropertyEnum, MacroResolver, MacroSettings)
Gets resolved property value.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public string GetPropertyValue(
	FormCategoryPropertyEnum property,
	MacroResolver resolver,
	MacroSettings macroSettings = null
)

Parameters

property
Type: CMS.FormEngineFormCategoryPropertyEnum
Property
resolver
Type: CMS.MacroEngineMacroResolver
Macro resolver
macroSettings (Optional)
Type: CMS.MacroEngineMacroSettings
Macro context

Return Value

Type: String
See Also