What's the difference between ContentService.Save() and ContentService.SendToPublication()
Can anyone explain what the difference between
ContentService.Save() and ContentService.SendToPublication() is?
I want to save some content but not publish it until its approved by another user. I would have thought SendToPublication() would be the right method to use, however it doesn't have an overload for NOT RAISING EVENTS so its causing me some problems.
What's the difference between ContentService.Save() and ContentService.SendToPublication()
Can anyone explain what the difference between
ContentService.Save() and ContentService.SendToPublication() is?
I want to save some content but not publish it until its approved by another user. I would have thought SendToPublication() would be the right method to use, however it doesn't have an overload for NOT RAISING EVENTS so its causing me some problems.
Issue here: https://our.umbraco.org/forum/extending-umbraco-and-using-the-api//83673-contentservicesaveandpublishwithstatus-vs-contentservicesendtopublication
So I was wondering if I could use ContentService.Save() instead but what is the actual difference between the two?
is working on a reply...