Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentTypeMovedNotification

    A notification that is used to trigger the ContentTypeService when the Move method is called in the API, after the entities have been moved.

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

    Constructors

    View Source

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

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

    ContentTypeMovedNotification(MoveEventInfo<IContentType>, EventMessages)

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