Class FileDetails
Represents the class for File details.
Inherited Members
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public class FileDetails
Constructors
FileDetails()
Declaration
public FileDetails()
Properties
Created
Gets or sets the file item created value.
Declaration
public string Created { get; set; }
Property Value
| Type |
|---|
| 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 |
|---|
| bool |
Location
Gets or sets the file item location.
Declaration
public string Location { get; set; }
Property Value
| Type |
|---|
| string |
Modified
Gets or sets the modified details of file item.
Declaration
public string Modified { get; set; }
Property Value
| Type |
|---|
| 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 |
|---|
| bool |
Name
Gets or sets the file item name.
Declaration
public string Name { get; set; }
Property Value
| Type |
|---|
| 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 |
|---|
| string |