London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum RestartMode

Defines how the application should be restarted

Namespace: EPiServer.Framework.Configuration
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
public enum RestartMode

Fields

Name Description
AllApplications

Touch configuration file/web.config to trigger a restart even though a configuration source is being used

None

Just saves configuration, restart might be triggered by the runtime depending on configuration source restart on external changes setting

ThisApplicationOnly

Force a restart by unloading the current appdomain

Extension Methods