ModularVaultApplicationBaseGetAppModule Method

Returns the loaded module instance based on the given configuration key.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual IModule GetAppModule(
	string moduleName
)

Parameters

moduleName  String
Configuration configuration key of the wanted module.

Return Value

IModule
IModule object of the wanted module, or null if not found.

See Also