FileUploadEditorAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Sets editor type as "ImageUpload" (single), while allowing non-image files.

[AttributeUsage(AttributeTargets.All)]
public class FileUploadEditorAttribute : BaseUploadEditorAttribute

Public Members

name description
FileUploadEditorAttribute() Initializes a new instance of the FileUploadEditorAttribute class.
override IsMultiple { get; }
const Key Editor type key

See Also