Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiBlockGridArea

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class ApiBlockGridArea

    Constructors

    View Source

    ApiBlockGridArea(string, int, int, IEnumerable<ApiBlockGridItem>)

    Declaration
    public ApiBlockGridArea(string alias, int rowSpan, int columnSpan, IEnumerable<ApiBlockGridItem> items)
    Parameters
    Type Name Description
    string alias
    int rowSpan
    int columnSpan
    IEnumerable<ApiBlockGridItem> items

    Properties

    View Source

    Alias

    Declaration
    public string Alias { get; }
    Property Value
    Type Description
    string
    View Source

    ColumnSpan

    Declaration
    public int ColumnSpan { get; }
    Property Value
    Type Description
    int
    View Source

    Items

    Declaration
    public IEnumerable<ApiBlockGridItem> Items { get; }
    Property Value
    Type Description
    IEnumerable<ApiBlockGridItem>
    View Source

    RowSpan

    Declaration
    public int RowSpan { get; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX