Table of Contents

Interface IFileSelectorProvider

Namespace
Dynamicweb.CoreUI.Editors.Selectors
Assembly
Dynamicweb.CoreUI.dll
public interface IFileSelectorProvider

Properties

Extensions

IEnumerable<string>? Extensions { get; set; }

Property Value

IEnumerable<string>

Section

string? Section { get; set; }

Property Value

string

Methods

GetFileEditActionNode(string?)

ActionNode GetFileEditActionNode(string? folder = null)

Parameters

folder string

Returns

ActionNode
To top