Click or drag to resize
ModuleEntryManagerEnsureAppCodeModules Method
Ensures modules contained in the app code assembly, which is not discoverable by default

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

Parameters

appCodeAssembly
Type: System.ReflectionAssembly
Assembly which represents the app code.
Remarks
The web site project has no explicit assembly where the AssemblyDiscoverableAttribute could be placed.
See Also