View Source
Class RuntimeStateExtensions
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public static class RuntimeStateExtensions
Methods
View Source
EnableInstaller(IRuntimeState)
Returns true if the installer is enabled based on the current runtime state
Declaration
public static bool EnableInstaller(this IRuntimeState state)
Parameters
Returns
Type |
Description |
System.Boolean |
|
View Source
RunUnattendedBootLogic(IRuntimeState)
Returns true if the runtime state indicates that unattended boot logic should execute
Declaration
public static bool RunUnattendedBootLogic(this IRuntimeState state)
Parameters
Returns
Type |
Description |
System.Boolean |
|
View Source
UmbracoCanBoot(IRuntimeState)
Declaration
public static bool UmbracoCanBoot(this IRuntimeState state)
Parameters
Returns
Type |
Description |
System.Boolean |
|