menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UploaderUploadedFiles - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UploaderUploadedFiles

    Specifies the list of files that will be preloaded on rendering of uploader component.

    Inheritance
    System.Object
    UploaderUploadedFiles
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class UploaderUploadedFiles : OwningComponentBase

    Constructors

    UploaderUploadedFiles()

    Declaration
    public UploaderUploadedFiles()

    Properties

    Name

    Specifies the name of the file.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    Size

    Specifies the size of the file.

    Declaration
    public double Size { get; set; }
    Property Value
    Type
    System.Double

    Type

    Specifies the type of the file.

    Declaration
    public string Type { get; set; }
    Property Value
    Type
    System.String

    Methods

    ComponentDispose(Boolean)

    Declaration
    protected void ComponentDispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved