View Source
Class SendingContentNotification
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class SendingContentNotification : INotification
Constructors
View Source
SendingContentNotification(ContentItemDisplay, IUmbracoContext)
Declaration
public SendingContentNotification(ContentItemDisplay content, IUmbracoContext umbracoContext)
Parameters
Properties
View Source
Content
Declaration
public ContentItemDisplay Content { get; }
Property Value
View Source
UmbracoContext
Declaration
public IUmbracoContext UmbracoContext { get; }
Property Value