View Source
Class ScriptTreeControllerBase
Inheritance
System.Object
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public class ScriptTreeControllerBase : FileSystemTreeControllerBase
Constructors
View Source
ScriptTreeControllerBase(FileSystems)
Declaration
public ScriptTreeControllerBase(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 |
|