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

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

Syntax

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

Members

Member nameDescription
Undefined
Not set
None
No result
String
Default type
Object
Generic object
Binary
Binary data
Boolean
Boolean
DataTable
DataTable
DateTime
Date/time
Float
Floating point numeric data
Integer
Integer
Locator
Extended Uri
Xml
Xml Data

See Also

Smartsite.Core Namespace
Advanced