Search Results for

    Show / Hide Table of Contents
    View Source

    Class DocumentTreeItemViewModel

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

    Properties

    View Source

    IsEdited

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

    IsProtected

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

    IsPublished

    Declaration
    public bool IsPublished { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • IsEdited
      • IsProtected
      • IsPublished
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX