Class DownloadData<TValue>
Class for DownloadData
Inheritance
System.Object
DownloadData<TValue>
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public class DownloadData<TValue> : Object
Type Parameters
Name | Description |
---|---|
TValue |
Constructors
DownloadData()
Declaration
public DownloadData()
Properties
DownloadFileDetails
Specifies file details of the downloading files.
Declaration
public List<TValue> DownloadFileDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<TValue> |
Names
Specifies the names of the downloading files.
Declaration
public string[] Names { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
Path
Specifies the path in which dowload operation is performed.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |