Search Results for

    Show / Hide Table of Contents
    View Source

    Class Folder

    Represents a folder entity in the file system.

    Inheritance
    object
    BeingDirtyBase
    EntityBase
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class Folder : EntityBase, IRememberBeingDirty, ICanBeDirty, IEntity, IDeepCloneable

    Constructors

    View Source

    Folder(string)

    Initializes a new instance of the Folder class.

    Declaration
    public Folder(string folderPath)
    Parameters
    Type Name Description
    string folderPath

    The path of the folder.

    Properties

    View Source

    Path

    Gets or sets the path of the folder.

    Declaration
    public string Path { get; set; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX