Click or drag to resize
SpecialFieldsDefinitionLoadFromMacro Method
Loads special fields from macro data source.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public SpecialFieldsDefinition LoadFromMacro(
	string expression,
	string valueFormat = null,
	string textFormat = null
)

Parameters

expression
Type: SystemString
Macro expression to provide a data source
valueFormat (Optional)
Type: SystemString
Macro format of the value
textFormat (Optional)
Type: SystemString
Macro format of the text

Return Value

Type: SpecialFieldsDefinition
See Also