Class FolderItem
- Namespace
- SunamoFilesIndex
- Assembly
- SunamoFilesIndex.dll
Represents a folder in the file index
public class FolderItem
- Inheritance
-
FolderItem
- Inherited Members
- Extension Methods
Properties
HasFolderSubfolder
Gets or sets whether this folder has subfolders
public bool HasFolderSubfolder { get; set; }
Property Value
IDParent
Gets or sets the parent folder ID
public int IDParent { get; set; }
Property Value
Length
Gets or sets the total size of the folder in bytes
public long Length { get; set; }
Property Value
Name
Gets or sets the folder name
public string? Name { get; set; }
Property Value
Path
Gets or sets the full folder path
public string? Path { get; set; }