Interface IModuleFinder
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public interface IModuleFinder
Methods
GetModuleInDirectory(String, String, IEnumerable<String>, AutoDiscoveryLevel, String)
Declaration
ShellModule GetModuleInDirectory(string routeBasePath, string moduleResourcePath, IEnumerable<string> configuredAssemblyNames, AutoDiscoveryLevel discoveryMode, string configuredName)
Parameters
Type |
Name |
Description |
System.String |
routeBasePath |
|
System.String |
moduleResourcePath |
|
System.Collections.Generic.IEnumerable<System.String> |
configuredAssemblyNames |
|
AutoDiscoveryLevel |
discoveryMode |
|
System.String |
configuredName |
|
Returns
GetModulesInSubdirectories(String, AutoDiscoveryLevel)
Declaration
IList<ShellModule> GetModulesInSubdirectories(string rootPath, AutoDiscoveryLevel discoveryMode)
Parameters
Returns
Type |
Description |
System.Collections.Generic.IList<ShellModule> |
|
Extension Methods