View Source
Class WarnDocumentTypeElementSwitchNotificationHandler
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class WarnDocumentTypeElementSwitchNotificationHandler : INotificationAsyncHandler<ContentTypeSavingNotification>, INotificationAsyncHandler<ContentTypeSavedNotification>, INotificationHandler
Constructors
View Source
WarnDocumentTypeElementSwitchNotificationHandler(IEventMessagesFactory, IContentTypeService, IElementSwitchValidator)
Declaration
public WarnDocumentTypeElementSwitchNotificationHandler(IEventMessagesFactory eventMessagesFactory, IContentTypeService contentTypeService, IElementSwitchValidator elementSwitchValidator)
Parameters
Methods
View Source
HandleAsync(ContentTypeSavedNotification, CancellationToken)
Declaration
public async Task HandleAsync(ContentTypeSavedNotification notification, CancellationToken cancellationToken)
Parameters
Returns
View Source
HandleAsync(ContentTypeSavingNotification, CancellationToken)
Declaration
public async Task HandleAsync(ContentTypeSavingNotification notification, CancellationToken cancellationToken)
Parameters
Returns