Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypeSavedNotification

    Notification that is published after a data type has been saved.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IEnumerable<IDataType>>
    EnumerableObjectNotification<IDataType>
    SavedNotification<IDataType>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class DataTypeSavedNotification : SavedNotification<IDataType>, IStatefulNotification, INotification
    Remarks

    This notification is published by the IDataTypeService after the data type has been persisted. It is not cancelable since the save operation has already completed.

    Constructors

    View Source

    DataTypeSavedNotification(IEnumerable<IDataType>, EventMessages)

    Initializes a new instance of the DataTypeSavedNotification class with multiple data types.

    Declaration
    public DataTypeSavedNotification(IEnumerable<IDataType> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IDataType> target

    The collection of data types that were saved.

    EventMessages messages

    The event messages collection.

    View Source

    DataTypeSavedNotification(IDataType, EventMessages)

    Initializes a new instance of the DataTypeSavedNotification class with a single data type.

    Declaration
    public DataTypeSavedNotification(IDataType target, EventMessages messages)
    Parameters
    Type Name Description
    IDataType target

    The data type that was saved.

    EventMessages messages

    The event messages collection.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX