Click or drag to resize
ModuleEntryManagerEnsureAppCodeModules Method
Ensures modules contained in the app code assembly, which is not discoverable by default (the web site project has no explicit assembly where the AssemblyDiscoverableAttribute could be placed).

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public static void EnsureAppCodeModules(
	Assembly appCodeAssembly
)

Parameters

appCodeAssembly
Type: System.ReflectionAssembly
Assembly which represents the app code.
See Also