ModuleDiscovery GetModules Method (Assembly)Kentico 8.0 API Reference
Returns an enumerable collection of application modules from the specified assembly.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.0.0.0 (8.0.5239.26125)

Return Value

Type: OnlineIEnumerable ModuleEntry 
An enumerable collection of application modules from the specified assembly.
Remarks

The module type is located using the RegisterModuleAttribute.
See Also