By Lukas Krähenbühl on Friday, 13 January 2017
Posted in C# Development
Likes 0
Views 1.8K
Votes 0
Is there a way to import a Catalog from File into a Database?
For Projects, there is Import() on the ProjectsFolder Object, but I can't find this on the CatalogsFolder Object Type...

My use case is that I have multiple Databases in use and I want to keep Common Catalogs updated automatically with running a Macro that compares the existing Version in the Database with the stored Version on the Fileshare and automatically imports the newest Version if required.
View Full Post