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. |
ParentPath
Declaration
public string ParentPath { get; set; }
Property Value
Type | Description |
---|---|
System. |
Path
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System. |