ContentColumnType Enumeration |
Identifies the type of data handled by a ContentColumn.
Namespace:
Packflow.Modeling
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public enum ContentColumnType
Members
| Member name | Value | Description |
---|
| Text | 48 |
Column hosting single line Text data, with settings of type ContentColumnSettings_Text.
|
| Note | 16 |
Column hosting multi-line Text data, with settings of type ContentColumnSettings_Note.
|
| Numeric | 32 |
Column hosting Numeric data, with settings of type ContentColumnSettings_Numeric.
|
| DateTime | 4 |
Column hosting a DateTime, with settings of type ContentColumnSettings_DateTime.
|
| Choice | 2 |
Column hosting references to other items, with settings of type ContentColumnSettings_Choice.
|
| Boolean | 1 |
Column hosting Boolean data, with settings of type ContentColumnSettings_Boolean.
|
| User | 192 |
Column hosting references to users and/or groups, with settings of type ContentColumnSettings_User.
|
| Url | 96 |
Column hosting an hyperlink, with settings of type ContentColumnSettings_Url.
|
| FileHolder | 8 |
Column hosting files, with settings of type ContentColumnSettings_FileHolder.
|
See Also