SpecialFieldsDefinition Constructor |
Constructor.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
Syntax public SpecialFieldsDefinition(
string resourcePrefix = null,
FormFieldInfo fieldInfo = null,
MacroResolver resolver = null,
bool sortItems = false
)
Parameters
- resourcePrefix (Optional)
- Type: SystemString
Resource string prefix for text representation of fields - fieldInfo (Optional)
- Type: CMS.FormEngineFormFieldInfo
Field info - resolver (Optional)
- Type: CMS.MacroEngineMacroResolver
Macro resolver to use - sortItems (Optional)
- Type: SystemBoolean
If true, the items are sorted before filling a target collection
See Also