Enum
UploadOperationType

Specifies the type of operation performed by the Upload component. Use to distinguish between uploading and removing files in event handlers.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum UploadOperationType

Fields

Remove

Indicates a remove operation. Use to handle file deletions in event logic. Example: removing "MyFile.pdf" from the server.

Declaration

cs-api-definition
Remove = 1

Field Value

UploadOperationType

Upload

Indicates an upload operation. Use to handle file uploads in event logic. Example: uploading "MyFile.pdf" to the server.

Declaration

cs-api-definition
Upload = 0

Field Value

UploadOperationType

In this article
DefinitionFieldsRemoveUpload
Not finding the help you need?
Contact Support