Search Results for

    Show / Hide Table of Contents
    View Source

    Class TreeItemViewModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.ManagementApi.ViewModels.Tree
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class TreeItemViewModel

    Properties

    View Source

    HasChildren

    Declaration
    public bool HasChildren { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    Icon

    Declaration
    public string Icon { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • HasChildren
      • Icon
      • Name
      • Type
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX