In the MIP SDK, is it possible to get a list of camera views?We would like to get a list of camera views so that we can generate startup scripts to automatically launch the client with a particular camera view usingSCS.Views.SelectView("camera view");

I can get a list of cameras using

List list = Configuration.Instance.GetItemsByKind(Kind.Camera);

foreach (Item item in list)

{

}

Item.Name gives the name of each camera - but I cannot find how to retrieve the camera views (with full path name) that are needed to launch the view from a startup script

Please explore the ConfigDump tools plugin sample -

https://doc.developer.milestonesys.com/html/index.html?base=samples/configurationdump_sample.html&tree=tree_search.html?search=configdump