Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockLayoutItemBase

    Inheritance
    System.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
    protected BlockLayoutItemBase(Udi contentUdi)
    Parameters
    Type Name Description
    Udi contentUdi
    View Source

    BlockLayoutItemBase(Udi, Udi)

    Declaration
    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
    public Udi ContentUdi { get; set; }
    Property Value
    Type Description
    Udi
    View Source

    SettingsKey

    Declaration
    public Guid? SettingsKey { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    View Source

    SettingsUdi

    Declaration
    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
    System.Boolean
    View Source

    ReferencesSetting(Guid)

    Declaration
    public virtual bool ReferencesSetting(Guid key)
    Parameters
    Type Name Description
    Guid key
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BlockLayoutItemBase()
      • BlockLayoutItemBase(Guid)
      • BlockLayoutItemBase(Guid, Guid)
      • BlockLayoutItemBase(Udi)
      • BlockLayoutItemBase(Udi, Udi)
    • Properties
      • ContentKey
      • ContentUdi
      • SettingsKey
      • SettingsUdi
    • Methods
      • ReferencesContent(Guid)
      • ReferencesSetting(Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX