menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FileDetails - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FileDetails

    Represents the class for File details.

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

    Constructors

    FileDetails()

    Declaration
    public FileDetails()

    Properties

    Created

    Gets or sets the file item created value.

    Declaration
    public string Created { get; set; }
    Property Value
    Type
    System.String

    IsFile

    Gets or sets a value that indicates whether the file item is a file or folder.

    Declaration
    public bool IsFile { get; set; }
    Property Value
    Type
    System.Boolean

    Location

    Gets or sets the file item location.

    Declaration
    public string Location { get; set; }
    Property Value
    Type
    System.String

    Modified

    Gets or sets the modified details of file item.

    Declaration
    public string Modified { get; set; }
    Property Value
    Type
    System.String

    MultipleFiles

    Gets or sets a value indicating whether the file item contains more than one value.

    Declaration
    public bool MultipleFiles { get; set; }
    Property Value
    Type
    System.Boolean

    Name

    Gets or sets the file item name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    Permission

    Gets or sets the permission of the file item.

    Declaration
    public AccessPermission Permission { get; set; }
    Property Value
    Type
    AccessPermission

    Size

    Gets the size of file item.

    Declaration
    public string Size { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved