Skip to content

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 : ImageUploadEditorAttribute

Public Members

name description
FileUploadEditorAttribute() Initializes a new instance of the FileUploadEditorAttribute class.

See Also