ModuleEntryManagerEnsureAppCodeModules Method |
Ensures modules contained in the app code assembly, which is not discoverable by default
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 11.0.0
Syntax public static void EnsureAppCodeModules(
Assembly appCodeAssembly
)
Parameters
- appCodeAssembly
- Type: System.ReflectionAssembly
Assembly which represents the app code.
Remarks See Also