Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hbulens/a219696d11d4cce480dccbb5bc4c020f to your computer and use it in GitHub Desktop.
Save hbulens/a219696d11d4cce480dccbb5bc4c020f to your computer and use it in GitHub Desktop.
using(SPWeb web = site.OpenWeb())
{
web.AllowUnsafeUpdates = true;
// ...
web.AllowUnsafeUpdates = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment