View Source
Class ScriptsTreeController
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[Tree("settings", "scripts", TreeTitle = "Scripts", SortOrder = 10, TreeGroup = "templatingGroup")]
public class ScriptsTreeController : FileSystemTreeController, IDiscoverable
Properties
View Source
Extensions
Declaration
protected override string[] Extensions { get; }
Property Value
Type |
Description |
System.String[] |
|
View Source
FileIcon
Declaration
protected override string FileIcon { get; }
Property Value
Type |
Description |
System.String |
|
View Source
FileSystem
Declaration
protected override IFileSystem FileSystem { get; }
Property Value