Delegate BlockPropertyValueConverterBase<TBlockModel, TBlockItemModel, TBlockLayoutItem, TBlockConfiguration>.CreateBlockItemModelFromLayout
Creates a block item from a block layout item.
Namespace: Umbraco.Cms.Core.PropertyEditors.ValueConverters
Assembly: Umbraco.Infrastructure.dll
Syntax
protected delegate TBlockItemModel CreateBlockItemModelFromLayout(TBlockLayoutItem layoutItem);Parameters
| Type | Name | Description | 
|---|---|---|
| TBlockLayoutItem | layoutItem | The block layout item to base the block item on. | 
Returns
| Type | Description | 
|---|---|
| TBlockItemModel |