0

I am trying to write a console application in C# using Sharepoint 2010's client object model. I'd like to reghost or reset to site definition some files. Is this possible and if so how?

Thanks in advance

timvb
  • 152
  • 1
  • 3
  • 14

1 Answers1

0

I think SPFile.RevertContentStream() does this.

Andy Burns
  • 917
  • 4
  • 8