I am using the WorkSite COM API to open an IMANEXT2Lib.IManFileOpenDlg
which is working perfectly. Clicking on the document, I can retrieve the metadata, such as the document name, version, number etc.
Is there a method or technique available to read the document from WorkSite and prompt a download/open through a browser?
The IManage.IManDocument
has the method GetCopy()
available which will download a local copy to a specified directory, but this isn't really what I'm after.