Table of Contents

Class FileItem

Namespace
SunamoFilesIndex
Assembly
SunamoFilesIndex.dll

Represents a file in the file index

public class FileItem
Inheritance
FileItem
Inherited Members
Extension Methods

Properties

IDRelativeDirectory

Gets or sets the relative directory ID (starts counting from 1) Use with FileIndex.relativeDirectories to get the relative path

public int IDRelativeDirectory { get; set; }

Property Value

int

Name

Gets or sets the file name

public string? Name { get; set; }

Property Value

string