Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypeDeletingNotification

    A notification that is used to trigger the DataTypeService when the Delete method is called in the API.

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

    Constructors

    View Source

    DataTypeDeletingNotification(IDataType, EventMessages)

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