Retrieving the location of a piece of content in a repository using DQL and DFS
Hi all, I am trying to retrieve the filesystem location of a wmv file in order to programmatically build a mms URL to send to Windows Media Player. I can use DQL to locate the object I wish to stream, and from its i_contents_id I can get the r_object_id of the dmr_content object that represents the file. I can also get the…