Class BlockListPropertyNotificationHandler
A handler for Block list editors used to bind to notifications
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Infrastructure.dll
Syntax
public class BlockListPropertyNotificationHandler : BlockEditorPropertyNotificationHandlerBase<BlockListLayoutItem>, INotificationHandler<ContentSavingNotification>, INotificationHandler<ContentCopyingNotification>, INotificationHandler<ContentScaffoldedNotification>, INotificationHandler
Constructors
View SourceBlockListPropertyNotificationHandler(ILogger<BlockListPropertyNotificationHandler>)
Initializes a new instance of the BlockListPropertyNotificationHandler class.
Declaration
public BlockListPropertyNotificationHandler(ILogger<BlockListPropertyNotificationHandler> logger)
Parameters
| Type | Name | Description |
|---|---|---|
| ILogger<BlockListPropertyNotificationHandler> | logger | An Microsoft.Extensions.Logging.ILogger<TCategoryName> used for logging diagnostic and operational information. |
Properties
View SourceEditorAlias
Declaration
protected override string EditorAlias { get; }
Property Value
| Type | Description |
|---|---|
| string |