| ConstantsFieldType Enumeration |
Stores a types of the fields.
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax Public Enumeration FieldType
Members
| Member name | Value | Description |
---|
| TextBegin | 1 |
TextBegin type = 1
|
| TextEnd | 5 |
TextEnd type = 5
|
| Memo | 6 |
Memo type = 6
|
| Boolean | 7 |
Boolean type = 7
|
| Date | 8 |
Date type = 8
|
| DateTime | 9 |
DateTime type = 9
|
| Double | 10 |
Double type = 10
|
| PageLink | 11 |
PageLink type = 11
|
| FileLink | 12 |
FileLink type = 12
|
| Integer | 13 |
Integer type = 13
|
| RichEditor | 14 |
Rich editor type = 14
|
| DropDown | -1 |
DropDown type = -1
|
| Password | -2 |
Password type = -2
|
| Email | -3 |
Email type = -3
|
| Text5 | 5 |
Text5 type = 5
|
| Text20 | 4 |
Text20 type = 4
|
| Text50 | 3 |
Text50 type = 3
|
| Text100 | 2 |
Text100 type = 2
|
| Text255 | 1 |
Text255 type = 1
|
| RadioButtonList | 15 |
Radio button list
|
| RegExpText | 16 |
Text control with regular expression validation
|
| Text10 | 17 |
Text10 type = 17
|
| Text30 | 18 |
Text30 type = 18
|
| SpamProtectControl | 19 |
SpamProtect type = 19
|
| DateCustom | 20 | |
| Date100 | 21 |
Date with years field for the last century
|
See Also