Delegate BlockPropertyValueConverterBase<TBlockModel, TBlockItemModel, TBlockLayoutItem, TBlockConfiguration>.CreateBlockModel
Creates a block model for a list of unwrapped block items.
Namespace: Umbraco.Cms.Core.PropertyEditors.ValueConverters
Assembly: Umbraco.Infrastructure.dll
Syntax
protected delegate TBlockModel CreateBlockModel(IList<TBlockItemModel> blockItems);
Parameters
| Type | Name | Description |
|---|---|---|
| IList<TBlockItemModel> | blockItems | The unwrapped block items to base the block model on. |
Returns
| Type | Description |
|---|---|
| TBlockModel |