Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockLayoutItemBase

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class BlockLayoutItemBase : IBlockLayoutItem

    Constructors

    View Source

    BlockLayoutItemBase()

    Declaration
    protected BlockLayoutItemBase()
    View Source

    BlockLayoutItemBase(Guid)

    Declaration
    protected BlockLayoutItemBase(Guid contentKey)
    Parameters
    Type Name Description
    Guid contentKey
    View Source

    BlockLayoutItemBase(Guid, Guid)

    Declaration
    protected BlockLayoutItemBase(Guid contentKey, Guid settingsKey)
    Parameters
    Type Name Description
    Guid contentKey
    Guid settingsKey
    View Source

    BlockLayoutItemBase(Udi)

    Declaration
    [Obsolete("Use constructor that accepts GUIDs instead. Will be removed in V18.")]
    protected BlockLayoutItemBase(Udi contentUdi)
    Parameters
    Type Name Description
    Udi contentUdi
    View Source

    BlockLayoutItemBase(Udi, Udi)

    Declaration
    [Obsolete("Use constructor that accepts GUIDs instead. Will be removed in V18.")]
    protected BlockLayoutItemBase(Udi contentUdi, Udi settingsUdi)
    Parameters
    Type Name Description
    Udi contentUdi
    Udi settingsUdi

    Properties

    View Source

    ContentKey

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

    ContentUdi

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

    SettingsKey

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

    SettingsUdi

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

    Methods

    View Source

    ReferencesContent(Guid)

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

    ReferencesSetting(Guid)

    Declaration
    public virtual 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