Click or drag to resize

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
C#
public enum ContentColumnType
Members
  Member nameValueDescription
Text48 Column hosting single line Text data, with settings of type ContentColumnSettings_Text.
Note16 Column hosting multi-line Text data, with settings of type ContentColumnSettings_Note.
Numeric32 Column hosting Numeric data, with settings of type ContentColumnSettings_Numeric.
DateTime4 Column hosting a DateTime, with settings of type ContentColumnSettings_DateTime.
Choice2 Column hosting references to other items, with settings of type ContentColumnSettings_Choice.
Boolean1 Column hosting Boolean data, with settings of type ContentColumnSettings_Boolean.
User192 Column hosting references to users and/or groups, with settings of type ContentColumnSettings_User.
Url96 Column hosting an hyperlink, with settings of type ContentColumnSettings_Url.
FileHolder8 Column hosting files, with settings of type ContentColumnSettings_FileHolder.
See Also