Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UploadListCreateArgs

    Show / Hide Table of Contents

    Class UploadListCreateArgs

    Represents the class for UploadListCreate event arguments.

    Inheritance
    System.Object
    UploadListCreateArgs
    Namespace: Syncfusion.Blazor.FileManager
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class UploadListCreateArgs : Object

    Constructors

    UploadListCreateArgs()

    Declaration
    public UploadListCreateArgs()

    Properties

    FileInfo

    Gets or sets the current rendering file item data as file object.

    Declaration
    public FileInfo FileInfo { get; set; }
    Property Value
    Type Description
    FileInfo

    Index

    Gets the index of the file item in the file list.

    Declaration
    public double Index { get; set; }
    Property Value
    Type Description
    System.Double
    Remarks

    This allows users to find the index of file(selected to upload) and this is set internally.

    IsPreload

    Gets or sets whether the file is preloaded.

    Declaration
    public bool IsPreload { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved