This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to create Multiple modules structure under single Vault Applications

Hi all,

I have a vault application that is capable to perform multiple tasks, but currently, it's under one configuration.

Is there any way to split it like Modules and each Module has its own configurations? Like the M-Files Compliance kit where we have one general dashboard at root-level and

under that we have separate modules with their own configurations.

I know that we implement " ConfigurableVaultApplicationBase " but this class is for applications that want to use a single, securable configuration but not with multiple configurations.

I tried to use internal classed like " VaultApplicationBase, IUsesAdminConfigurations " and i know that we have methods to add " AddSimpleConfigurationNode, AddSimpleDashboardNode, AddRootNode".

I was successful in using " AddSimpleDashboardNode " and setting dashboard node as root node but I Don't know how to use the " SubNodes " parameter of dashboardNode class.

We don't have much documentation regarding these use-cases, it will be really helpful to get the sample code to perform such things.

Thank You,

Yash

Parents Reply Children
No Data