Search Results for

    Show / Hide Table of Contents
    View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX