Skip to content

Instantly share code, notes, and snippets.

@komainu85
Created March 13, 2015 15:48
Show Gist options
  • Save komainu85/8d54a803978180d0d583 to your computer and use it in GitHub Desktop.
Save komainu85/8d54a803978180d0d583 to your computer and use it in GitHub Desktop.
Sitecore get item from event
var item = Sitecore.Events.Event.ExtractParameter<Item>(args, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment