ModularVaultApplicationBaseGetModule Method
Returns the loaded module instance based on the given configuration key.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public virtual IModule GetModule(
string moduleName
)
- moduleName String
- Configuration configuration key of the wanted module.
IModuleIModule object of the wanted module, or null if not found.
IModuleManagerGetModule(String)