ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class FileDetails

    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.EJ2.FileManager.Base
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class FileDetails

    Constructors

    FileDetails()

    Declaration
    public FileDetails()

    Properties

    Created

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

    IsFile

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

    Location

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

    Modified

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

    MultipleFiles

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

    Name

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

    Permission

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

    Size

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