Enum ModuleDependencyTypes
Client-client module dependency types
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 7.19.2Syntax
[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  |