I'm working on adding a desktop search ability to my asp.net application, what do you think is the best API to implement that ? I thought about Windows Desktop Search but I didn't find any resource to learn how to add it to my asp.net application, can you help me?
Edit: The search should happen on a root folder which is located on server side.