Search Results for

    Show / Hide Table of Contents
    View Source

    Class FileSystemTreeItemPresentationModel

    Inheritance
    System.Object
    TreeItemPresentationModel
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Tree
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class FileSystemTreeItemPresentationModel : TreeItemPresentationModel

    Properties

    View Source

    IsFolder

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

    Name

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

    Parent

    Declaration
    public FileSystemFolderModel Parent { get; set; }
    Property Value
    Type Description
    FileSystemFolderModel
    View Source

    Path

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