Identifies the type of a field. This allows to check the type of a field without the "is" keyword.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
Members
| Member name | Value | Description |
---|
| Text | 0 |
PFFieldText.
|
| Note | 1 |
PFFieldNote.
|
| Numeric | 2 |
PFFieldNumeric.
|
| Boolean | 3 |
PFFieldBoolean.
|
| DateTime | 4 |
PFFieldDatetime.
|
| Choice | 5 |
PFFieldChoice.
|
| FileHolder | 6 |
PFFieldFileHolder.
|
| Url | 7 |
PFFieldUrl.
|
| User | 8 |
PFFieldUser.
|
| Custom | 9 |
CURRENTLY NOT IN USER.
|
| Unknown | 10 |
Not yet defined.
|
See Also