menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DownloadData<TValue> - API Reference

    Show / Hide Table of Contents

    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 Description
    System.Collections.Generic.List<TValue>

    Names

    Gets or sets an array of downloading file names.

    Declaration
    public string[] Names { get; set; }
    Property Value
    Type Description
    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 Description
    System.String
    Remarks

    The users can retrive the path of download operation here.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved