View Source
Class FileSystemTreeController
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public abstract class FileSystemTreeController : TreeController, IDiscoverable
Properties
View Source
Extensions
Declaration
protected abstract string[] Extensions { get; }
Property Value
Type |
Description |
System.String[] |
|
View Source
FileIcon
Declaration
protected abstract string FileIcon { get; }
Property Value
Type |
Description |
System.String |
|
View Source
FileSystem
Declaration
protected abstract IFileSystem FileSystem { get; }
Property Value
Methods
View Source
Declaration
protected override TreeNode CreateRootNode(FormDataCollection queryStrings)
Parameters
Type |
Name |
Description |
FormDataCollection |
queryStrings |
|
Returns
View Source
Declaration
protected virtual MenuItemCollection GetMenuForFile(string path, FormDataCollection queryStrings)
Parameters
Type |
Name |
Description |
System.String |
path |
|
FormDataCollection |
queryStrings |
|
Returns
View Source
Declaration
protected virtual MenuItemCollection GetMenuForFolder(string path, FormDataCollection queryStrings)
Parameters
Type |
Name |
Description |
System.String |
path |
|
FormDataCollection |
queryStrings |
|
Returns
View Source
Declaration
protected override MenuItemCollection GetMenuForNode(string id, FormDataCollection queryStrings)
Parameters
Type |
Name |
Description |
System.String |
id |
|
FormDataCollection |
queryStrings |
|
Returns
View Source
Declaration
protected virtual MenuItemCollection GetMenuForRootNode(FormDataCollection queryStrings)
Parameters
Type |
Name |
Description |
FormDataCollection |
queryStrings |
|
Returns
View Source
Declaration
protected override TreeNodeCollection GetTreeNodes(string id, FormDataCollection queryStrings)
Parameters
Type |
Name |
Description |
System.String |
id |
|
FormDataCollection |
queryStrings |
|
Returns
View Source
OnRenderFileNode(ref TreeNode)
Inheritors can override this method to modify the file node that is created.
Declaration
protected virtual void OnRenderFileNode(ref TreeNode treeNode)
Parameters
View Source
OnRenderFolderNode(ref TreeNode)
Inheritors can override this method to modify the folder node that is created.
Declaration
protected virtual void OnRenderFolderNode(ref TreeNode treeNode)
Parameters