View Source
Class PartialViewTreeControllerBase
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class PartialViewTreeControllerBase : FileSystemTreeControllerBase
Constructors
View Source
PartialViewTreeControllerBase(FileSystems)
Declaration
public PartialViewTreeControllerBase(FileSystems fileSystems)
Parameters
| Type |
Name |
Description |
| FileSystems |
fileSystems |
|
Properties
View Source
FileSystem
Declaration
protected override IFileSystem FileSystem { get; }
Property Value
| Type |
Description |
| IFileSystem |
|
Methods
View Source
FileIcon(String)
Declaration
protected override string FileIcon(string path)
Parameters
| Type |
Name |
Description |
| System.String |
path |
|
Returns
| Type |
Description |
| System.String |
|
View Source
ItemType(String)
Declaration
protected override string ItemType(string path)
Parameters
| Type |
Name |
Description |
| System.String |
path |
|
Returns
| Type |
Description |
| System.String |
|