API Diff between 1.2.0 and 1.4.0
0 Additions
18 Removals
MarcelDigital.UmbracoExtensions.StarterKit.Core.Handlers
-
public abstract class DocumentTypeHandlerBase
- public void AfterDelete(IContentService sender, DeleteEventArgs<IContent> e)
- protected virtual void AfterDelete(IContent content, DeleteEventArgs<IContent> e)
- public void AfterPublish(IPublishingStrategy sender, PublishEventArgs<IContent> e)
- protected virtual void AfterPublish(IContent content, PublishEventArgs<IContent> e)
- public void AfterTrash(IContentService sender, MoveEventArgs<IContent> e)
- protected virtual void AfterTrash(MoveEventInfo<IContent> moveEventArgs, MoveEventArgs<IContent> e)
- public void BeforeDelete(IContentService sender, DeleteEventArgs<IContent> e)
- protected virtual void BeforeDelete(IContent content, DeleteEventArgs<IContent> e)
- public void BeforePublish(IPublishingStrategy sender, PublishEventArgs<IContent> e)
- protected virtual void BeforePublish(IContent content, PublishEventArgs<IContent> e)
- public void BeforeTrash(IContentService sender, MoveEventArgs<IContent> e)
- protected virtual void BeforeTrash(MoveEventInfo<IContent> moveEventArgs, MoveEventArgs<IContent> e)
-
public interface IDocumentTypeDeletedHandler
-
public interface IDocumentTypeDeletingHandler
-
public interface IDocumentTypePublishedHandler
-
public interface IDocumentTypePublishingHandler
-
public interface IDocumentTypeTrashedHandler
-
public interface IDocumentTypeTrashingHandler