View Source
Class PartialViewMacrosTreeController
Tree for displaying partial view macros in the developer app
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[Tree("settings", "partialViewMacros", SortOrder = 8, TreeGroup = "templatingGroup")]
[PluginController("UmbracoTrees")]
public class PartialViewMacrosTreeController : PartialViewsTreeController, 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