Click or drag to resize
SpecialFieldsDefinition Constructor
Constructor.

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