Search Results for

    Show / Hide Table of Contents
    View Source

    Class TemplateDeletingNotification

    A notification that is used to trigger the IFileService when the DeleteTemplate method is called in the API.

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<ITemplate>>
    CancelableObjectNotification<IEnumerable<ITemplate>>
    CancelableEnumerableObjectNotification<ITemplate>
    DeletingNotification<ITemplate>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class TemplateDeletingNotification : DeletingNotification<ITemplate>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    TemplateDeletingNotification(IEnumerable<ITemplate>, EventMessages)

    Declaration
    public TemplateDeletingNotification(IEnumerable<ITemplate> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<ITemplate> target
    EventMessages messages
    View Source

    TemplateDeletingNotification(ITemplate, EventMessages)

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