Hello dear SDK-Dev-Team
Is it possible to trigger the update of the DAML XML Database in the ConfigurationManager a second time?
In detail:
We have written a Configuration AddIn for Pro and use an ArcGIS.Desktop.Framework.Contracts.ConfigurationManager Instance. In this ConfigurationManager we override the method
protected override void OnUpdateDatabase(XDocument database)
{
EvaluateDatabase(database);
}...and modify the DAML XML tree.
However:
After we pop up our Custom Start Page, we want to make some subsequent modifications to the DAML XML. Since on our Start Page some information of which buttons and groups should be visible have been selected...
My question:
Is it possible to trigger the update of the DAML XML database and thus the build of the Pro application a second time from a Custom Start Page?
How can this be achieved programmatically?
Thanks a lot in advance for your suggestions.
Greetings
Karl