Search Results for

    Show / Hide Table of Contents
    View Source

    Class SendingMediaNotification

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class SendingMediaNotification : INotification

    Constructors

    View Source

    SendingMediaNotification(MediaItemDisplay, IUmbracoContext)

    Declaration
    public SendingMediaNotification(MediaItemDisplay media, IUmbracoContext umbracoContext)
    Parameters
    Type Name Description
    MediaItemDisplay media
    IUmbracoContext umbracoContext

    Properties

    View Source

    Media

    Declaration
    public MediaItemDisplay Media { get; }
    Property Value
    Type Description
    MediaItemDisplay
    View Source

    UmbracoContext

    Declaration
    public IUmbracoContext UmbracoContext { get; }
    Property Value
    Type Description
    IUmbracoContext
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SendingMediaNotification(MediaItemDisplay, IUmbracoContext)
    • Properties
      • Media
      • UmbracoContext
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX