Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeMovingNotification

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<IEnumerable<MoveEventInfo<IContentType>>>
    CancelableObjectNotification<IEnumerable<MoveEventInfo<IContentType>>>
    MovingNotification<IContentType>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentTypeMovingNotification : MovingNotification<IContentType>, IStatefulNotification, ICancelableNotification, INotification

    Constructors

    View Source

    ContentTypeMovingNotification(IEnumerable<MoveEventInfo<IContentType>>, EventMessages)

    Declaration
    public ContentTypeMovingNotification(IEnumerable<MoveEventInfo<IContentType>> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<MoveEventInfo<IContentType>> target
    EventMessages messages
    View Source

    ContentTypeMovingNotification(MoveEventInfo<IContentType>, EventMessages)

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