Class FileDetails
Inheritance
System.Object
FileDetails
Assembly: Syncfusion.EJ2.dll
Syntax
public class FileDetails : Object
Constructors
FileDetails()
Declaration
Properties
Created
Declaration
public DateTime Created { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
IsFile
Declaration
public bool IsFile { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Location
Declaration
public string Location { get; set; }
Property Value
Type |
Description |
System.String |
|
Modified
Declaration
public DateTime Modified { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
MultipleFiles
Declaration
public bool MultipleFiles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Permission
Declaration
public AccessPermission Permission { get; set; }
Property Value
Size
Declaration
public string Size { get; set; }
Property Value
Type |
Description |
System.String |
|