How to Export Interoperability Production Components to Source Control Folder Programmatically?
Hi folks!
Suppose I have a production in which I added a few components and I want to export its components into files for source control. How do I do that?
I know that there is an option for manual export in VSCode. But how can I make it programmatically?
Thanks!
Comments
Hi Evgeny,
You can handle deploy of Production Items and Configurations with the classes of package: Ens.Deployment
More about deployment of productions
Other way you can implement Production Source Control.
Regards.
Hi @Cristiano Silva ! Thanks!
It is but I was looking if we have methods that export classes and other resources not in XML, but in UDL (Class) form. Curious how folks with client-based source control deal with it when programmatical export is needed.
Hi @Evgeny Shvarov,
Do you need to export the class definition of Productions Items? If yes, use the method ExportUDL of class %SYSTEM.OBJ
Regards.