Hello all,
I was wondering if there was any method in the automation class library to create an element providing the element name and configuration items?
Any link to reference documents would be helpful/ examples.
Thank you,
Ryan
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 29th January 2024
Hi Ryan
You can use the 'CreateElement' method from the 'Skyline.DataMiner.Core.DataMinerSystem.Common' NuGet package: Method CreateElement | DataMiner Docs
Install the 'Skyline.DataMiner.Core.DataMinerSystem.Automation' package so you can easily start with it via 'var dms = engine.GetDms();'.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 29th January 2024