I am trying to provide checkin,checkout and inline editing function for documents on documentum via .net application.I want to get the url for file to open it via .net application.Is there any direct api or we need to separately write code for this?
MIME type is used for browser app like Webtop to launch the appropriate application with respect to file format. I cant tell you if .net uses this, but I willing to bet you can google your answer.
Thank you Johnny Gee
Hi Johnny,
Now I am able to get the link for document(document is just getting downloaded when user clicks that link) .But,I am not able to provide edit capabiities.Is it possible to retrieve drl ex:https://host:port /ewebtop/drl/objectId/0900a58e80970f7b via .net application?.So that when users clicks on this link they can be able to edit the document and when they close the document the document should be autosaved onto documentum.
Thanks in Advance