Ensemble System Default Settings Export/Import
Hello,
There is a programatic way to Export/Import the Ensemble System Default Settings?
I know you can use the Production Export Screen and add the "Deployable settings" but I am looking for something more quick and flexible
Thanks
They are stored as objects of Ens.Config.DefaultSettings class.
You can:
I think using Ens.Config.DefaultSettings:%Export() and %Import() is the way to go (and would be the more supported and documented approach).