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