Click or drag to resize
ModuleEntryManagerInit Method
Initializes modules.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public static void Init()
Remarks
Init applies to all modules which have AutoInitialize set and are either not installable or are installed in the same version as their NuGet package.
See Also