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
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();'.
Hi Ryan,
You can find some info on how to create an element through the automation engine here.