menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FileManagerResponse - API Reference

    Show / Hide Table of Contents

    Class FileManagerResponse

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

    Constructors

    FileManagerResponse()

    Declaration
    public FileManagerResponse()

    Properties

    CWD

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

    Details

    Declaration
    public FileDetails Details { get; set; }
    Property Value
    Type Description
    FileDetails

    Error

    Declaration
    public ErrorDetails Error { get; set; }
    Property Value
    Type Description
    ErrorDetails

    Files

    Declaration
    public IEnumerable<FileManagerDirectoryContent> Files { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<FileManagerDirectoryContent>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved