Hello all,
I'm trying to
I have a C# application installed on my WorkSite server environment that can manipulate IMan Objects. I'm trying to grab a document's content and stream it to another computer for download (I'll do the same for upload).
The closest thing I found to a download is the IManDocument.GetCopy method wich copy the document to a specified local path.
But I'm remote and trying to grab the MIMEtype content of the document instead so that won't do the trick.
Is there anyway to get the content of a document with iManage? Or is there a workarond to grab it from the GetCopy method?
Thank you,
Regards,
Julien