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: 12.0.0
Syntax 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:
SpecialFieldsDefinitionSee Also