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