- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I am writing an app that interfaces with vault and one of the searches I need to do when it has found the matching files is display a grid using specific file properties. When I do the advanced search through vault with the column layout I require it is lightning fast. I have checked in Fiddler and onyl see two web service calls by vault which are FindFilesBySearchConditions and GetLatestFilesByMasterIds
When I do it via code it is painfully slow, the search using FindFilesBySearchConditions is fast enough but it doesn't have any of the file properties, as I can't see how the vault client manages it I have scanned the API docs and found a method called GetProperties on the Document Service web service, it is this call that takes forever. There must be another method call I can use, I have looked at one of the file objects returned by FindFilesBySearchConditions and it doesn't have any file properties.
Anybody know what the vault client is doing that I am obviously missing?
Solved! Go to Solution.