Aktuell habe ich jetzt ein Weg gefunden und gerade am testen.
Script:
// Create an instance of the ActionCallingContext
ActionCallingContext actionContext = new ActionCallingContext();
// Specify the path to the XML file containing the ribbon bar configuration
string filePath = @"RibbonStandard.xml";
actionContext.AddParameter("FileName", filePath);
// Execute the MfImportRibbonBarAction
CommandLineInterpreter cli = new CommandLineInterpreter();
cli.Execute("MfImportRibbonBarAction", actionContext);
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP