Querying Windows file indexing service using C#

后端 未结 1 785
梦谈多话
梦谈多话 2020-12-06 03:56

Is it possible to query file indexing service using C#? Does file indexing service expose a database? If so what is the scheme of this database?

相关标签:
1条回答
  • 2020-12-06 04:17

    The thing is now called 'Windows Search'. Current version is 4.0. A special SDK exists and documentation is readily available in MSDN

    So the answer is positive: yes, it it possible. Here's the page with more info.

    0 讨论(0)
提交回复
热议问题