New to Telerik UI for BlazorStart a free 30-day trial

Definition

Namespace:Telerik.Blazor.Components.Common.Upload

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class FileInfoBase

Inheritance: objectFileInfoBase

Derived Classes: UploadFileInfo

Constructors

C#
public FileInfoBase()

Properties

C#
public string Extension { get; set; }
C#
public string Id { get; set; }
C#
public bool InvalidExtension { get; set; }
C#
public bool InvalidMaxFileSize { get; set; }
C#
public bool InvalidMinFileSize { get; set; }
C#
public string Name { get; set; }
C#
public long Size { get; set; }