Class FileExplorerResponse
Class FileExplorerResponse specifies the Ajax response parameter details.
Inheritance
System.Object
FileExplorerResponse
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 FileExplorerResponse
Constructors
FileExplorerResponse()
Declaration
public FileExplorerResponse()
Properties
cwd
Gets or sets the current working directory details.
Declaration
public FileExplorerDirectoryContent cwd { get; set; }
Property Value
Type | Description |
---|---|
FileExplorerDirectoryContent | The Current Working Directory content. |
dateFormat
Declaration
public string dateFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
details
Gets or sets the file/ folder details.
Declaration
public IEnumerable<FileDetails> details { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<FileDetails> | The details. |
error
Gets or sets the error details.
Declaration
public object error { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The error detail. |
files
Gets or sets the files/ folders list.
Declaration
public IEnumerable<FileExplorerDirectoryContent> files { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<FileExplorerDirectoryContent> | The files. |