Enum CustomFieldType
Specifies the type of value held by a custom field.
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public enum CustomFieldType
Fields
| Name | Description |
|---|---|
| Boolean | Boolean |
| ControlledVocabulary | The controlled vocabulary |
| Date | Date |
| DateRange | Date |
| MultilingualString | The multilingual string |
| MultipleRelationship | multiple relationships |
| Number | Number |
| Relationship | The relationship |
| String | The string |
| Uri | The URI |