Multiple bookmarks in a single export with our plugin

I tasked our developer with creating a single export based off of all bookmarks found within a start and end time for certain selected cameras. Example: 2022-02-01 10:00 - 2022-02-01 12:00, CameraA, CameraB, CameraD.

He seemed to think that we may encounter some challenges in doing this with the MIP SDK. He started talking about manually merging multiple exports and archive.xml files!!

Is there an advised way for us to go about this using just the MIP SDK? We did a test with the smart client on its own and it was able to take multiple bookmarks and export them into a single export with the player included.

Thanks.

Unfortunately no. There is no way to do it. If you look at this dbexporter class (https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_data_1_1_d_b_exporter.html&tree=tree_search.html?search=dbexporter ), there is a Public Member Function called StartExport. It has only one start time and end time so it means you can do only single.