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.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax public static void EnsureAppCodeModules(
Assembly appCodeAssembly
)
Parameters
- appCodeAssembly
- Type: System.ReflectionAssembly
Assembly which represents the app code.
See Also