Hello,
I want to get a list of only view names under a specific view from surveyor tab. Is there any engine methods that I can use to just get the view name not an element or service names under that view.
Thanks .
Hi,
This is available in the Skyline.DataMiner.Core.DataMinerSystem.Common nuget, through the following method: Method GetViews | DataMiner Docs. All of the nuget packages we officially support are listed here: Skyline NuGet packages | DataMiner Docs.
You can consume NuGet packages in your Visual Studio protocol or Automation script solution by going to the NuGet Package Manager, searching for existing NuGets and installing them.
I have made a small example available. You can find it here: https://github.com/SkylineCommunications/SLC-AS-GetViews
Catalog Example: SkylineCommunications_SLC-AS-GetViews | Catalog
Thanks for your response. It was really helpful.