ModuleDiscovery GetModules Method (Assembly)Kentico 8.1 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.1.5347.20411)

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