Click or drag to resize
ModuleEntryManagerEnsureAppCodeModules Method

Note: This API is now obsolete.

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: 12.0.0
Syntax
C#
[ObsoleteAttribute("Use AssemblyDiscoveryHelper.RegisterAdditionalAssemblies method instead.")]
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