Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IBlockReference

    Represents a data item reference for a Block Editor implementation.

    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IBlockReference
    Remarks

    See: https://github.com/umbraco/rfcs/blob/907f3758cf59a7b6781296a60d57d537b3b60b8c/cms/0011-block-data-structure.md#strongly-typed

    Properties

    View Source

    ContentUdi

    Gets the content UDI.

    Declaration
    Udi ContentUdi { get; }
    Property Value
    Type Description
    Udi

    The content UDI.

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentUdi
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX