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

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