Class FileManagerDirectoryContent
Class for File Manager Directory content.
Inheritance
Namespace: Syncfusion.Blazor.FileManager
Assembly: Syncfusion.Blazor.dll
Syntax
public class FileManagerDirectoryContent : Object
Constructors
FileManagerDirectoryContent()
Declaration
public FileManagerDirectoryContent()
Properties
Action
Specify the corresponding File Operation name.
Declaration
public string Action { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CaseSensitive
Specify the file item case sensitive.
Declaration
public bool CaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Data
Specify the data for file items.
Declaration
public FileManagerDirectoryContent[] Data { get; set; }
Property Value
Type | Description |
---|---|
FileManagerDirectoryContent[] |
DateCreated
Specify the file item date created value.
Declaration
public DateTime DateCreated { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DateModified
Specify the file item date modified value.
Declaration
public DateTime DateModified { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
FilterId
Specify the file item filter id.
Declaration
public string FilterId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilterPath
Specify the file item filter path.
Declaration
public string FilterPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HasChild
Specify the file file item having child or not.
Declaration
public bool HasChild { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Specify the file item Id.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsFile
Specify the file item is file or folder.
Declaration
public bool IsFile { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Specify the selected item value.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Names
Specify the selected items value.
Declaration
public string[] Names { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
NewName
Specify the Rename operation for new name value.
Declaration
public string NewName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentId
Specify the file item parent id.
Declaration
public string ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Path
Specify the path for File Manager component.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Permission
Specify the permission for file items.
Declaration
public AccessPermission Permission { get; set; }
Property Value
Type | Description |
---|---|
AccessPermission |
PreviousName
Specify the Rename operation for previous name value.
Declaration
public string PreviousName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RenameFiles
Specify the renamed item file names.
Declaration
public string[] RenameFiles { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
SearchString
Specify the file item search string.
Declaration
public string SearchString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowHiddenItems
Specify the permission for view the value.
Declaration
public bool ShowHiddenItems { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Size
Specify the selected item size value.
Declaration
public long Size { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
TargetData
Specify the target data for file items.
Declaration
public FileManagerDirectoryContent TargetData { get; set; }
Property Value
Type | Description |
---|---|
FileManagerDirectoryContent |
TargetPath
Specify the file item target path.
Declaration
public string TargetPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Specify the file item Type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |