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