This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Represents the state of the module's result data.

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

Syntax

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

Members

Member nameDescription
NotInitialized
Not initialized.
StringUsed
Result internally uses a StringBuilder class.
ObjectUsed
Data points directly to a non-string object.

See Also

Smartsite.Core Namespace
Advanced