Can access the 'Export List' in the Smart Client programmatically?

We would like to have our plugin get the Export List that the user would make when using the Time Selection Mode.

If we can get all the data from the export list, that would be great.

We’re doing this because we want to add to our bookmark exporting utilities which we have for both Smart Client and Management Client.

The export list in the Smart Client is not exposed to MIP plug-ins.

I am not sure if it then makes a difference for you that you can now get interval that is selected in the time-line. (New in MIP SDK 2017 R1)

const string VideoOS.Platform.Messaging.MessageId.SmartClient.GetTimelineSelectedIntervalRequest = “SmartClient.GetTimelineSelectedIntervalRequest”

Perhaps more relevant is the new functionality in MIP SDK 2017 R2:

DBExporter now has a property, IncludeBookmarks, for including bookmarks in BLK format database export.