Class FolderModelBase
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.FileSystem
Assembly: Umbraco.Core.dll
Syntax
public abstract class FolderModelBase
Properties
View SourceName
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ParentPath
Declaration
public string ParentPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Path
Declaration
public string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |