I have a pagetype with some code in the event contentEvents.PublishedContent. Is it possible to update a page of this type without triggering the event. When editors update the page, I still want the event to be triggered.
I can use SaveAction.SkipValidation to skip validation, but is there a way to skip content events?