Skip to content

Instantly share code, notes, and snippets.

@tmamedbekov
Created June 6, 2017 15:00
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 tmamedbekov/bc9173347994aa5f45d6136d76e7b25a to your computer and use it in GitHub Desktop.
Save tmamedbekov/bc9173347994aa5f45d6136d76e7b25a to your computer and use it in GitHub Desktop.
Item Moving configuration that will patch the Sitecore.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<sitecore>
<scheduling>
<!--Custom Code that will do item moving-->
<agent type="sitecore.local.CustomCode.ItemMoving" method="Execute" interval="00:00:59"/>
</scheduling>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment