View Source
Class ContentTypeRefreshedNotification
Assembly: Umbraco.Core.dll
Syntax
[Obsolete("This is only used for the internal cache and will change, use saved notifications instead")]
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