ModularVaultApplicationBaseGetAppModule Method |
Returns the loaded module instance based on the given configuration key.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual IModule GetAppModule(
string moduleName
)
Public Overridable Function GetAppModule (
moduleName As String
) As IModule
public:
virtual IModule^ GetAppModule(
String^ moduleName
)
Parameters
- moduleName
- Type: SystemString
Configuration configuration key of the wanted module.
Return Value
Type:
IModuleIModule object of the wanted module, or null if not found.
See Also