Search Results for

    Show / Hide Table of Contents
    View Source

    Class EntityTreeItemViewModel

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

    Properties

    View Source

    IsContainer

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

    Key

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

    ParentKey

    Declaration
    public Guid? ParentKey { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • IsContainer
      • Key
      • ParentKey
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX