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

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