| SpecialFieldsDefinitionLoadFromMacro Method | 
            Loads special fields from macro data source.
            
 
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also