Class UploadFileStatus
Predefined status of a file.
Inheritance
System.Object
UploadFileStatus
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class UploadFileStatus : Enum
Fields
Blank
The file has been initially loaded. Might not be a real or existing file.
Declaration
public const UploadFileStatus Blank
Field Value
UploadFileStatus
|
Failed
The file upload process has failed.
Declaration
public const UploadFileStatus Failed
Field Value
UploadFileStatus
|
Selected
The file is selected.
Declaration
public const UploadFileStatus Selected
Field Value
UploadFileStatus
|
Uploaded
The file has been uploaded successfully.
Declaration
public const UploadFileStatus Uploaded
Field Value
UploadFileStatus
|
Uploading
The file is in the process of uploading.
Declaration
public const UploadFileStatus Uploading
Field Value
UploadFileStatus
|
value__
Declaration
public int value__
Field Value
System.Int32
|