Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypeSavedNotification

    A notification that is used to trigger the DataTypeService when the Save method is called in the API, and after data has been persisted.

    Inheritance
    System.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

    Constructors

    View Source

    DataTypeSavedNotification(IEnumerable<IDataType>, EventMessages)

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

    DataTypeSavedNotification(IDataType, EventMessages)

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