Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockGridEditorDataConverter

    Data converter for the block grid property editor

    Inheritance
    System.Object
    BlockEditorDataConverter
    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class BlockGridEditorDataConverter : BlockEditorDataConverter

    Constructors

    View Source

    BlockGridEditorDataConverter(IJsonSerializer)

    Declaration
    public BlockGridEditorDataConverter(IJsonSerializer jsonSerializer)
    Parameters
    Type Name Description
    IJsonSerializer jsonSerializer

    Methods

    View Source

    GetBlockReferences(JToken)

    Declaration
    protected override IEnumerable<ContentAndSettingsReference>? GetBlockReferences(JToken jsonLayout)
    Parameters
    Type Name Description
    JToken jsonLayout
    Returns
    Type Description
    System.Nullable<IEnumerable<ContentAndSettingsReference>>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BlockGridEditorDataConverter(IJsonSerializer)
    • Methods
      • GetBlockReferences(JToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX