Class UploaderUploadedFiles
Specifies the list of files that will be preloaded on rendering of uploader component.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
UploaderUploadedFiles
Implements
System.IDisposable
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class UploaderUploadedFiles : SfBaseComponent, IDisposable
Constructors
UploaderUploadedFiles()
Declaration
public UploaderUploadedFiles()
Properties
Name
Specifies the name of the file
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Size
Specifies the size of the file
Declaration
public double Size { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Type
Specifies the type of the file
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
System.IDisposable