This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public interface ISiteStartupInfo |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Interface ISiteStartupInfo |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
StartupDateTime |
Gets the DateTime at which the site was started.
|
|
StartupException |
Gets the exception that occurred during startup. Normally, no exceptions occur during
startup and this will return null.
|
|
StartupFailReason |
Gets the reason the startup failed.
|
|
State |
Gets the startup state of the site.
|
See Also
Smartsite.Base Namespace