I have a DFS .NET web application that creates a list of documents in the repository. Each document is hyperlinked pdf that I'd like to open up in the browser using Adobe Reader, outside of Webtop, Taskspace or a WDK application. Is this possible? I have what I believe to be the necessary querystring params - username, a user ticket, repository name - but the documentation seems to imply you need to provide an appname, which is the name of a documentum/WDK application. What is the correct syntax to construct the url?
Any help (sample code) is appreciated.
Thanks.