Click or drag to resize
AbstractBasicFormFields Property
List of field names in order they appear in the form.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
public List<string> Fields { get; set; }

Property Value

Type: ListString
See Also