Interface IFileSelectorProvider
- Namespace
- Dynamicweb.CoreUI.Editors.Selectors
- Assembly
- Dynamicweb.CoreUI.dll
public interface IFileSelectorProvider
Properties
Extensions
IEnumerable<string>? Extensions { get; set; }
Property Value
Section
string? Section { get; set; }
Property Value
Methods
GetFileEditActionNode(string?)
ActionNode GetFileEditActionNode(string? folder = null)
Parameters
folder
string