Class DownloadData<TValue>
Represents the class for DownloadData.
Inherited Members
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public class DownloadData<TValue>
Type Parameters
| Name | Description |
|---|---|
| TValue | Specifies the TValue of the FileManager. |
Constructors
DownloadData()
Declaration
public DownloadData()
Properties
DownloadFileDetails
Gets or sets the file details of the downloading files.
Declaration
public List<TValue> DownloadFileDetails { get; set; }
Property Value
| Type |
|---|
| List<TValue> |
Names
Gets or sets an array of downloading file names.
Declaration
public string[] Names { get; set; }
Property Value
| Type |
|---|
| string[] |
Remarks
This property allows the user to get or set an array of downloading file names.
Path
Gets or sets the path in which the download operation is performed.
Declaration
public string Path { get; set; }
Property Value
| Type |
|---|
| string |
Remarks
The users can retrive the path of download operation here.