Class FileDetails
Represents the class for File details.
Inheritance
System.Object
FileDetails
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public class FileDetails : Object
Constructors
FileDetails()
Declaration
public FileDetails()
Properties
Created
Gets or sets the file item created value.
Declaration
public string Created { get; set; }
Property Value
Type |
---|
System.String |
IsFile
Gets or sets a value that indicates whether the file item is a file or folder.
Declaration
public bool IsFile { get; set; }
Property Value
Type |
---|
System.Boolean |
Location
Gets or sets the file item location.
Declaration
public string Location { get; set; }
Property Value
Type |
---|
System.String |
Modified
Gets or sets the modified details of file item.
Declaration
public string Modified { get; set; }
Property Value
Type |
---|
System.String |
MultipleFiles
Gets or sets a value indicating whether the file item contains more than one value.
Declaration
public bool MultipleFiles { get; set; }
Property Value
Type |
---|
System.Boolean |
Name
Gets or sets the file item name.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
Permission
Gets or sets the permission of the file item.
Declaration
public AccessPermission Permission { get; set; }
Property Value
Type |
---|
AccessPermission |
Size
Gets the size of file item.
Declaration
public string Size { get; set; }
Property Value
Type |
---|
System.String |