IStartupSequence Interface Properties
KalikoCMS.Core Namespace : IStartupSequence Interface |
For a list of all members of this type, see IStartupSequence members.
Public Properties
Name | Description | |
---|---|---|
StartupOrder | Number that will determine which order all IStartupSequence implementations within the application will run. A number lower than 0 will run before the main system initialization (database setup etc.) where a higher number than 0 will run after. |