This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The status of the module rendering

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

Syntax

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

Members

Member nameDescription
Unknown
Unknown
BeginInitialize
Initializing the module
EndInitialize
Module has fully initialized
BeginSetProperties
Properties are about to be set
EndSetProperties
Properties have been set
BeginExecute
Execution starts
BeginFormatData
Starting data formatting.
EndFormatData
Ended data formatting.
BeginFormatResult
Before formating result.
EndFormatResult
After formatting result
EndExecute
Execution is ending
StartLoseScope
Execution has completed
EndLoseScope
Module is about to unload
Error
Module is in an error state

See Also

Smartsite.Core Namespace
Advanced