Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DownloadData<TValue> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved