Skip to content

Instantly share code, notes, and snippets.

@komainu85
Created March 13, 2015 15:47
Show Gist options
  • Save komainu85/21135c7c27d3c80a9f6d to your computer and use it in GitHub Desktop.
Save komainu85/21135c7c27d3c80a9f6d to your computer and use it in GitHub Desktop.
Edit Sitecore Item
using (new EditContext(scItem))
{
redirectItem.Fields["fieldName"].Value = "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment