Search Results for

    Show / Hide Table of Contents
    View Source

    Class ListViewConfiguration.Layout

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract]
    public class Layout

    Properties

    View Source

    Icon

    Declaration
    [DataMember(Name = "icon")]
    public string Icon { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    IsSystem

    Declaration
    [DataMember(Name = "isSystem")]
    public int IsSystem { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Name

    Declaration
    [DataMember(Name = "name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Path

    Declaration
    [DataMember(Name = "path")]
    public string Path { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Selected

    Declaration
    [DataMember(Name = "selected")]
    public bool Selected { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Icon
      • IsSystem
      • Name
      • Path
      • Selected
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX