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 : int
Fields
Name | Description |
---|---|
ControlledVocabulary | The controlled vocabulary |
Date | Date |
MultilingualString | The multilingual string |
MultipleRelationship | multiple relationships |
Number | Number |
Relationship | The relationship |
String | The string |
Uri | The URI |