Just a quick note about an odd quirk I found today. While modifying an Item, you have to put it into Edit mode (usingĀ item.Editing.BeginEdit() ), however, if you change the Template of the Item (using item.ChangeTemplate(<newTemplate>) ), the next change you try to make will fail, because changing the Template pulls the Item out of […]