I have a question related to Get/Set “File History” (Windows 8) settings using C#
Windows has provided an API File History API that "allows applications to read and modify the File History configuration"
- Is there a C# version of this API?
- Does it require .NET 4.5?
- Are there any code samples of how to use this API?