A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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