alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ItemsUploadedEventArgs<TValue>

    Provides information about the ItemsUploaded event callback.

    Inheritance
    object
    ItemsUploadedEventArgs<TValue>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.FileManager
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ItemsUploadedEventArgs<TValue>
    Type Parameters
    Name Description
    TValue

    Specifies the TValue of FileManager events.

    Constructors

    ItemsUploadedEventArgs()

    Declaration
    public ItemsUploadedEventArgs()

    Properties

    AutoDialogClose

    Gets or sets a value whether the upload file dialog will be closed automatically or not after the upload action gets completed.

    Declaration
    public bool AutoDialogClose { get; set; }
    Property Value
    Type Description
    bool

    true if the upload dialog will be closed automatically; otherwise, false. The default value is false.

    Files

    Gets the list of the uploaded files or folders details from the SfFileManager<TValue> component.

    Declaration
    public List<UploadFiles> Files { get; }
    Property Value
    Type Description
    List<UploadFiles>

    List of uploaded files or folders.

    Remarks

    User can retrieve the uploaded files or folders details from the SfFileManager<TValue> component.

    IsSelected

    Gets or sets a value indicating whether the uploaded file can be selected after the upload action will be completed successfully and rendered within the FileManager component.

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    bool

    true, if the uploaded file will be selected. The default value is false.

    Path

    Gets the path in which the upload operation is performed.

    Declaration
    public string Path { get; }
    Property Value
    Type Description
    string

    Represents the relative or absolute path of the directory.

    Remarks

    Users can retrieve the path of the upload operation here.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved