Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaDeletedVersionsNotification

    Inheritance
    System.Object
    StatefulNotification
    DeletedVersionsNotificationBase<IMedia>
    DeletedVersionsNotification<IMedia>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class MediaDeletedVersionsNotification : DeletedVersionsNotification<IMedia>, IStatefulNotification, INotification

    Constructors

    View Source

    MediaDeletedVersionsNotification(Int32, EventMessages, Int32, Boolean, DateTime)

    Declaration
    public MediaDeletedVersionsNotification(int id, EventMessages messages, int specificVersion = 0, bool deletePriorVersions = false, DateTime dateToRetain = null)
    Parameters
    Type Name Description
    System.Int32 id
    EventMessages messages
    System.Int32 specificVersion
    System.Boolean deletePriorVersions
    DateTime dateToRetain
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MediaDeletedVersionsNotification(Int32, EventMessages, Int32, Boolean, DateTime)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX