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