• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockGridLayoutAreaItem

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Blocks
    Assembly: Umbraco.Core.dll
    Syntax
    public class BlockGridLayoutAreaItem

    Constructors

    View Source

    BlockGridLayoutAreaItem()

    Declaration
    public BlockGridLayoutAreaItem()
    View Source

    BlockGridLayoutAreaItem(Guid)

    Declaration
    public BlockGridLayoutAreaItem(Guid key)
    Parameters
    Type Name Description
    Guid key

    Properties

    View Source

    Items

    Declaration
    public BlockGridLayoutItem[] Items { get; set; }
    Property Value
    Type Description
    BlockGridLayoutItem[]
    View Source

    Key

    Declaration
    public Guid Key { get; set; }
    Property Value
    Type Description
    Guid

    Methods

    View Source

    ContainsContent(Guid)

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

    ContainsSetting(Guid)

    Declaration
    public bool ContainsSetting(Guid key)
    Parameters
    Type Name Description
    Guid key
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BlockGridLayoutAreaItem()
      • BlockGridLayoutAreaItem(Guid)
    • Properties
      • Items
      • Key
    • Methods
      • ContainsContent(Guid)
      • ContainsSetting(Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX