Class Folder
Represents a folder entity in the file system.
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public sealed class Folder : EntityBase, IRememberBeingDirty, ICanBeDirty, IEntity, IDeepCloneable
Constructors
View SourceFolder(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 SourcePath
Gets or sets the path of the folder.
Declaration
public string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| string |