menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class FileDetails

    Class FileDetails specifies the meta data of file/ folder.

    Inheritance
    System.Object
    FileDetails
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class FileDetails

    Constructors

    FileDetails()

    Declaration
    public FileDetails()

    Properties

    Created

    Gets or sets the created date.

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

    The created date.

    Location

    Gets or sets the location.

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

    The location.

    Modified

    Gets or sets the modified date.

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

    The modified date.

    Name

    Gets or sets the file/ folder name.

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

    The name.

    Permission

    Gets or sets the access permission.

    Declaration
    public FileAccessRules Permission { get; set; }
    Property Value
    Type Description
    FileAccessRules

    The access rule.

    Size

    Gets or sets the size.

    Declaration
    public long Size { get; set; }
    Property Value
    Type Description
    System.Int64

    The size.

    Type

    Gets or sets the type.

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

    The type.

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