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 |
|
isFile
Gets or sets a value indicating whether this instance is file.
Declaration
public bool isFile { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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. |