Enum ValueTypes
Value / Attribute Type List
[PublicApi]
public enum ValueTypes
Fields
Boolean = 1Boolean Value Type
Custom = 8Custom data-type - for custom serialization, will store string
DateTime = 2DateTime Value Type
Empty = 7Empty for titles etc.
Entity = 3Entity Value Type
Hyperlink = 4Hyperlink Value Type
Json = 9Json data-type, will usually have various help to ensure that dynamic code is optimized
Experimentally added in 12.05, but not fully useful yet, as the DB must also be updated
Number = 5Number Value Type
Object = 10Object Value Type, e.g. from an external DataSource
String = 6String Value Type
Undefined = 0Used for unknown cases, where you would otherwise use null
note: must be first! this is important, otherwise certain code will break as the first value is the "default" / null-value