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

    SettingsKey

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

    SettingsUdi

    Declaration
    Udi SettingsUdi { get; set; }
    Property Value
    Type Description
    Udi

    Methods

    View Source

    ReferencesContent(Guid)

    Declaration
    virtual bool ReferencesContent(Guid key)
    Parameters
    Type Name Description
    Guid key
    Returns
    Type Description
    System.Boolean
    View Source

    ReferencesSetting(Guid)

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