Table of Contents

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

bool

IDParent

Gets or sets the parent folder ID

public int IDParent { get; set; }

Property Value

int

Length

Gets or sets the total size of the folder in bytes

public long Length { get; set; }

Property Value

long

Name

Gets or sets the folder name

public string? Name { get; set; }

Property Value

string

Path

Gets or sets the full folder path

public string? Path { get; set; }

Property Value

string