Click or drag to resize
SpecialFieldsDefinition Constructor
Constructor.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
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