Table of Contents

Interface IFileUploadable

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

Properties

AcceptFiles

string? AcceptFiles { get; set; }

Property Value

string

UploadFolder

string UploadFolder { get; set; }

Property Value

string
To top