FieldEditorModeEnum Enumeration |
Field editor data mode.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public enum FieldEditorModeEnum
Members
| Member name | Value | Description |
---|
| ClassFormDefinition | 1 |
Class form definition.
|
| WebPartProperties | 2 |
Webpart properties.
|
| SystemTable | 3 |
System table.
|
| BizFormDefinition | 4 |
BizForm definition.
|
| General | 5 |
General mode that uses XML definition only.
|
| CustomTable | 7 |
Custom table.
|
| FormControls | 8 |
Form controls.
|
| Widget | 9 |
Widget properties.
|
| AlternativeClassFormDefinition | 10 |
Alternative class form definition.
|
| AlternativeSystemTable | 11 |
Alternative system table.
|
| AlternativeBizFormDefinition | 12 |
Alternative BizForm definition.
|
| AlternativeCustomTable | 13 |
Alternative custom table.
|
| InheritedFormControl | 14 |
Alternative form control.
|
| InheritedWebPartProperties | 15 |
Inherited webpart properties.
|
| SystemWebPartProperties | 16 |
System webpart properties.
|
| PageTemplateProperties | 17 |
Page template properties.
|
| ProcessActions | 18 |
Process action properties (used in workflow and marketing automation actions).
|
| EmailWidget | 19 |
Email widget properties (used in Email builder).
|
See Also