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

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

Syntax

C#Copy imageCopy Code
[]
public enum DataType
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Enumeration DataType

Members

Member nameDescription
Undefined
Not set
None
Void (return type)
Array
Array
String
Default type
Any
Generic object
Binary
Binary data
Boolean
Boolean
DataTable
DataTable
DateTime
Date/time
Float
Floating point numeric data
Integer
Integer
Locator
Extended Uri
Enum
Enumeration
Xml
Xml data
ListOfStrings
Default type
ListOfAny
Generic object
ListOfBool
Boolean
ListOfDateTime
Date/time
ListOfFloat
Floating point numeric data
ListOfInteger
Integer
ListOfLocator
Extended Uri

See Also

Smartsite.Core Namespace
Advanced