View Source
Class ContentTypeDeletedNotification
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ContentTypeDeletedNotification : DeletedNotification<IContentType>, IStatefulNotification, INotification
Constructors
View Source
ContentTypeDeletedNotification(IEnumerable<IContentType>, EventMessages)
Declaration
public ContentTypeDeletedNotification(IEnumerable<IContentType> target, EventMessages messages)
Parameters
View Source
ContentTypeDeletedNotification(IContentType, EventMessages)
Declaration
public ContentTypeDeletedNotification(IContentType target, EventMessages messages)
Parameters