Search Results for

    Show / Hide Table of Contents

    Class BlockEditorData

    Convertable block data from json

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: cs.temp.dll.dll
    Syntax
    public class BlockEditorData

    Constructors

    BlockEditorData(String, IEnumerable<ContentAndSettingsReference>, BlockValue)

    Declaration
    public BlockEditorData(string propertyEditorAlias, IEnumerable<ContentAndSettingsReference> references, BlockValue blockValue)
    Parameters
    Type Name Description
    System.String propertyEditorAlias
    System.Collections.Generic.IEnumerable<ContentAndSettingsReference> references
    BlockValue blockValue

    Properties

    BlockValue

    Returns the reference to the original BlockValue

    Declaration
    public BlockValue BlockValue { get; }
    Property Value
    Type Description
    BlockValue

    Empty

    Declaration
    public static BlockEditorData Empty { get; }
    Property Value
    Type Description
    BlockEditorData

    Layout

    Returns the layout for this specific property editor

    Declaration
    public JToken Layout { get; }
    Property Value
    Type Description
    JToken

    References

    Declaration
    public List<ContentAndSettingsReference> References { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<ContentAndSettingsReference>
    In This Article
    • Constructors
      • BlockEditorData(String, IEnumerable<ContentAndSettingsReference>, BlockValue)
    • Properties
      • BlockValue
      • Empty
      • Layout
      • References
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX