Class DownloadData<TValue>
Represents the 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 | 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 |
---|
System.Collections.Generic.List<TValue> |
Names
Gets or sets an array of downloading file names.
Declaration
public string[] Names { get; set; }
Property Value
Type |
---|
System.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 |
---|
System.String |
Remarks
The users can retrive the path of download operation here.