These v19 docs are archived 🔒.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
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
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