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 ModuleDependencyTypes

Client-client module dependency types

Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 10.10.4
Syntax
[Flags]
public enum ModuleDependencyTypes

Fields

Name Description
None

Default dependency type, the same to Require

Require

Run dependant module initializer first

RunAfter

Automatically run current module initializer after the dependant module initializer

Extension Methods