Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IBlockLayoutItem

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

    Properties

    View Source

    ContentKey

    Declaration
    Guid ContentKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    ContentUdi

    Declaration
    [Obsolete("Use ContentKey instead. Will be removed in V18.")]
    Udi? ContentUdi { get; set; }
    Property Value
    Type Description
    Udi
    View Source

    SettingsKey

    Declaration
    Guid? SettingsKey { get; set; }
    Property Value
    Type Description
    Guid?
    View Source

    SettingsUdi

    Declaration
    [Obsolete("Use SettingsKey instead. Will be removed in V18.")]
    Udi? SettingsUdi { get; set; }
    Property Value
    Type Description
    Udi

    Methods

    View Source

    ReferencesContent(Guid)

    Declaration
    bool ReferencesContent(Guid key)
    Parameters
    Type Name Description
    Guid key
    Returns
    Type Description
    bool
    View Source

    ReferencesSetting(Guid)

    Declaration
    bool ReferencesSetting(Guid key)
    Parameters
    Type Name Description
    Guid key
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX