| AppCore Class |
Namespace: CMS.Core
public static class AppCore
The AppCore type exposes the following members.
| Name | Description | |
|---|---|---|
| Initialized |
Gets a value indicating whether the application core has been initialized.
| |
| PreInitialized |
Gets a value indicating whether the application core has been pre-initialized.
|
| Name | Description | |
|---|---|---|
| Init |
Determines whether the initialization phase of the application core life-cycle is complete. If it is not, it executes it.
| |
| PreInit |
Determines whether the pre-initialization phase of the application core life-cycle is complete. If it is not, it executes it.
| |
| Setup |
Provides the application core with startup parameters. The setup can be set only once, subsequent attempts are ignored.
|