TestimoX

API Reference

Class

FileSystemListResult

Namespace ComputerX.FileSystem
Assembly ComputerX
Modifiers sealed

Directory listing result.

Inheritance

  • Object
  • FileSystemListResult

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public FileSystemListResult() #

Properties

public String Path { get; set; } #

Resolved root path used for enumeration.

public Int32 Count { get; set; } #

Number of emitted rows.

public Boolean Truncated { get; set; } #

Indicates whether enumeration was truncated at Count.

public IReadOnlyList<FileSystemListEntry> Entries { get; set; } #

Emitted entries.