Enum ValueTypes
Value / Attribute Type List
[PublicApi]
public enum ValueTypes
Fields
Boolean = 1
Boolean Value Type
Custom = 8
Custom data-type - for custom serialization, will store string
DateTime = 2
DateTime Value Type
Empty = 7
Empty for titles etc.
Entity = 3
Entity Value Type
Hyperlink = 4
Hyperlink Value Type
Json = 9
Json data-type, will usually have various help to ensure that dynamic code is optimized
Number = 5
Number Value Type
Object = 10
Object Value Type, e.g. from an external DataSource
String = 6
String Value Type
Undefined = 0
Used for unknown cases, where you would otherwise use null