View Source
Class ContentSentToPublishNotification
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class ContentSentToPublishNotification : ObjectNotification<IContent>, IStatefulNotification, INotification
Constructors
View Source
ContentSentToPublishNotification(IContent, EventMessages)
Declaration
public ContentSentToPublishNotification(IContent target, EventMessages messages)
Parameters
Properties
View Source
Entity
Declaration
public IContent Entity { get; }
Property Value