We have a Windows application that accepts drag-and-drop files and emails. We would also like to nicely handle drag-and-drop of folders, documents, and pages from the LF Client. When a page or document is dropped, the clipboard has information about the images in the FileContents data-store. There is also an LFObjectOrPage data-store, which has 8 bytes (e.g. 38 2b 02 0e 88 2f 00 00). These don't seem to relate to the doc ID in LF. Can this data or some other piece of data on the clipboard be used to lookup the folder, document, and/or page that was dragged into our application from the LF Client? Can we use the clipboard information along with the ClientAutomation API to determine the source entry that was dragged?