SafeDirectoryModuleCatalog

The SafeDirectoryModuleCatalog is a safe implementation of the DirectoryModuleCatalog that ships with prism.

Initializing the catalog

protected override void ConfigureModuleCatalog()
{
    base.ConfigureModuleCatalog();
 
    ModulePath = @".\Modules"
}

Customizing the catalog

No customization options documented yet - feel free to contribute


Contributions

We would like to thank the following contributors:

Want to contribute to the documentation? We have a guide for that!


Questions

Have a question about Catel or WildGums controls? Use StackOverflow with the Catel tag!