SpecialFieldsDefinition Constructor |
Constructor.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
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