| FieldDataType Class |
Namespace: CMS.DataEngine
public class FieldDataType
The FieldDataType type exposes the following members.
| Name | Description | |
|---|---|---|
| FieldDataType |
| Name | Description | |
|---|---|---|
| ALL |
All datatypes.
| |
| Binary |
Binary.
| |
| Boolean |
Boolean.
| |
| Date |
Date
| |
| DateTime |
Date and time.
| |
| Decimal |
Decimal
| |
| DocAttachments |
Document attachments.
| |
| DocRelationships |
Document relationships
| |
| Double |
Double.
| |
| File |
File.
| |
| Guid |
GUID.
| |
| Integer |
Integer.
| |
| LongInteger |
Long integer.
| |
| LongText |
Long text.
| |
| Text |
Text.
| |
| TimeSpan |
Time span
| |
| Unknown |
Unknown data type
| |
| Xml |
XML
|