I'm trying to build a windows 8 metro app in C# which shows all PowerPoint Presentations in your SkyDrive Folder. Therefore I'm using the Windows Live SDK.
To get the information about all PowerPoint Files in the users SkyDrive folders I already tried to search for the ppt and pptx extension recursively in all folders, which is kind of a hassle.
Is there a more elegant way to find all PowerPoint Files? In addition to that, I'm trying to show the Presentation in a WebView using the PowerPoint online app, is there an way to get the right URL without building it myself?
Help is appreciated