menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class FileExplorerDirectoryContent

    Class FileExplorerDirectoryContent specifies the directory content details.

    Inheritance
    System.Object
    FileExplorerDirectoryContent
    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 FileExplorerDirectoryContent

    Constructors

    FileExplorerDirectoryContent()

    Declaration
    public FileExplorerDirectoryContent()

    Properties

    dateModified

    Gets or sets the modified date.

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

    The modified date.

    filterPath

    Gets or sets the filter path.

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

    The filter path.

    hasChild

    Gets or sets a value indicating whether this instance has child.

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

    true if this instance has child; otherwise, false.

    isFile

    Gets or sets a value indicating whether this instance is file.

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

    true if this instance is file; otherwise, false.

    name

    Gets or sets the 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