问题标签 [interwoven]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
697 浏览

imanage - Download a file via Imanage NRL

I need to download files pointed to by iManage NRL's. The only way I can see is to take apart the contents of the NRL to get the details and then ask iManage to copy the file to the local computer. But, this concerns me if iManage change the format of the NRL, so I was wondering is there a way of getting say the profile or copying the document to the local machine by passing the NRL or its contents to some function in iManage and not having to take it apart with my code?