ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FileManagerDirectoryContent - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FileManagerDirectoryContent

    Inheritance
    System.Object
    FileManagerDirectoryContent
    Namespace: Syncfusion.EJ2.FileManager.Base
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class FileManagerDirectoryContent : Object

    Constructors

    FileManagerDirectoryContent()

    Declaration
    public FileManagerDirectoryContent()

    Properties

    Action

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

    CaseSensitive

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

    Data

    Declaration
    public FileManagerDirectoryContent[] Data { get; set; }
    Property Value
    Type Description
    FileManagerDirectoryContent[]

    DateCreated

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

    DateModified

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

    FilterId

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

    FilterPath

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

    HasChild

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

    Id

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

    IsFile

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

    Name

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

    Names

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

    NewName

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

    ParentId

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

    Path

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

    Permission

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

    PreviousName

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

    RenameFiles

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

    SearchString

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

    ShowHiddenItems

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

    Size

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

    TargetData

    Declaration
    public FileManagerDirectoryContent TargetData { get; set; }
    Property Value
    Type Description
    FileManagerDirectoryContent

    TargetPath

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

    Type

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

    UploadFiles

    Declaration
    public IList<IFormFile> UploadFiles { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<Microsoft.AspNetCore.Http.IFormFile>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved