I’m looking for a way to programmatically reset a page to that page’s site/feature definition, without using SharePoint Designer. There must some sort of API that can do this, but my Googling around is coming up empty…
I’m looking for a way to programmatically reset a page to that page’s site/feature
Share
Apparently SPFile.RevertContentStream() is the answer I’m looking for.