Search Results for

    Show / Hide Table of Contents
    View Source

    Class TemplateDeletedNotification

    A notification that is used to trigger the IFileService when the DeleteTemplate method is called in the API, after the template has been deleted.

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<ITemplate>>
    EnumerableObjectNotification<ITemplate>
    DeletedNotification<ITemplate>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class TemplateDeletedNotification : DeletedNotification<ITemplate>, IStatefulNotification, INotification

    Constructors

    View Source

    TemplateDeletedNotification(ITemplate, EventMessages)

    Declaration
    public TemplateDeletedNotification(ITemplate target, EventMessages messages)
    Parameters
    Type Name Description
    ITemplate target
    EventMessages messages
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TemplateDeletedNotification(ITemplate, EventMessages)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX