Home
TeamSite
Direct Link to search results window
goelan
Hi all,
is it possible to create a URL directly to MediaBin Web Client within the search result window?
Can I equip a URL with parameters to search in MediaBin (see attachment)?
Thanks for your help
Angi
Find more posts tagged with
Comments
sleah
I'm looking to do the exact same thing. In our case, there will be a unique ID set so that a specific asset is retrieved. Does anyone have an idea if possible or not?
msrinivas
There is no direct URL for this. The entire web client interface is like frames. The search returns the result set as a search object and it is parsed to display the search results.
A much cleaner way to do it (which I have done) is to write a clean interface using MB WebServices API (or COM API) to display search results.
HTH