Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypeMovedNotification

    A notification that is used to trigger the DataTypeService when the Move method is called in the API, after the IDataType has been moved.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IEnumerable<MoveEventInfo<IDataType>>>
    MovedNotification<IDataType>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class DataTypeMovedNotification : MovedNotification<IDataType>, IStatefulNotification, INotification

    Constructors

    View Source

    DataTypeMovedNotification(MoveEventInfo<IDataType>, EventMessages)

    Initializes a new instance of the DataTypeMovedNotification class.

    Declaration
    public DataTypeMovedNotification(MoveEventInfo<IDataType> target, EventMessages messages)
    Parameters
    Type Name Description
    MoveEventInfo<IDataType> target

    The move event information for the data type that was moved.

    EventMessages messages

    The event messages collection.

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