This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Token type

Namespace: Smartsite.Core
Assembly:  Smartsite.SXML (in Smartsite.SXML.dll)

Syntax

C#Copy imageCopy Code
public enum TokenType
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration TokenType

Members

Member nameDescription
None
Type not set.
String
String of Unicode characters.
Operator
Mathematical operator.
Integer
Signed integer implemented as Int32.
Float
Floating-point number implemented as Double.
Bool
Boolean type with value true or false.
ViperMethod
Viper method.
Null
Null token.
DateTime
DateTime representation.
Object
Object type.
Void
Void (empty) return type.

See Also

Smartsite.Core Namespace
Advanced