SpecialFieldsDefinitionLoadFromMacro Method |
Loads special fields from macro data source.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax 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