SharePoint - Get a url from powerpoint document

Asked By Jacob Söderblom on 21-May-12 08:44 AM
Hi!

I need to get this url: PowerPointFrame.aspx?PowerPointView=SlideShowView&d= F432d6d5cfc6f43d3894ca571574a0f34m5400264ce7374c358f882b66b37180c0m779a1903f7d64ead9abb85e09e88922dm programmatically or the ID: F432d6d5cfc6f43d3894ca571574a0f34m5400264ce7374c358f882b66b37180c0m779a1903f7d64ead9abb85e09e88922dm any tips?

have a nice day!
Somesh Yadav replied to Jacob Söderblom on 22-May-12 02:35 AM
follow this steps:

1. Build a new view(name it temp or something and base it on the default view)

2. And then using explorer view, change the name of the allitems.aspx view to allitemsOld.aspx

3. Now change the name of the temp.aspx file to allitems.aspx and you should be able to get in to your library using this view.

You can now delete the old view(that didn't work).

Hope this helps!

Jacob Söderblom replied to Somesh Yadav on 22-May-12 02:48 AM
Thanks for your help, but i solved it by myself, with httpwebrequest :)