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 |