Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • M 33 posts 91 karma points
    Aug 14, 2013 @ 14:29
    M
    0

    Umbraco 6.x API equivalent to AfterSave and AfterSendToPublish

    What is the equivalent event for these? 1) BeforeSave, 2) AfterSave and 3) AfterSendToPublish.

    We have equivalent API documented for BeforePublish and AfterPublish, as Umbraco.Core.Publishing.PublishingStrategy.Publishing / Published. I am looking for the above three. thanks

  • Kevin Jump 2312 posts 14698 karma points MVP 7x c-trib
    Aug 14, 2013 @ 17:29
    Kevin Jump
    100

    in Umbraco.Core.Services

    ContentService.Saving / saved

    called whenever a bit of content is saved

    ContentService.Publising / published

    when ever content is published. save is always fired too as part of a publish

    Clicking on save and publish - fires save then publish

    Right clicking on a node - selecting publish - fires save and then publish

    ContentService.SendingToPublish / SentToPublish

    in 6.1.3 at least this doesn't appear to fire, either from the context menu or the button

  • M 33 posts 91 karma points
    Aug 16, 2013 @ 08:12
    M
    0

    thanks Kevin. 

Please Sign in or register to post replies

Write your reply to:

Draft