TestimoX

API Reference

Class

FileSystemListResult

Namespace ComputerX.FileSystem
Assembly ComputerX
Modifiers sealed

Directory listing result.

Inheritance

  • Object
  • FileSystemListResult

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.