Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberTypeMovedNotification

    Notification published after member types have been moved.

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

    This notification is published after member types have been successfully moved to a new parent in the member type tree.

    Constructors

    View Source

    MemberTypeMovedNotification(IEnumerable<MoveEventInfo<IMemberType>>, EventMessages)

    Initializes a new instance of the MemberTypeMovedNotification class with multiple move operations.

    Declaration
    public MemberTypeMovedNotification(IEnumerable<MoveEventInfo<IMemberType>> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<MoveEventInfo<IMemberType>> target

    Information about the member types that were moved.

    EventMessages messages

    The event messages collection.

    View Source

    MemberTypeMovedNotification(MoveEventInfo<IMemberType>, EventMessages)

    Initializes a new instance of the MemberTypeMovedNotification class with a single move operation.

    Declaration
    public MemberTypeMovedNotification(MoveEventInfo<IMemberType> target, EventMessages messages)
    Parameters
    Type Name Description
    MoveEventInfo<IMemberType> target

    Information about the member 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