API Reference

Class

ReaderDocumentReadOutcome

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader.Core
Modifiers sealed

Describes the success or failure of one path in a resilient multi-document read.

Inheritance

  • Object
  • ReaderDocumentReadOutcome

Usage

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

Accepted by parameters

Properties

public Int32 Index { get; } #

Zero-based input position assigned after path expansion.

public String Path { get; } #

Resolved source path.

public OfficeDocumentReadResult Document { get; } #

Document result when reading succeeded.

public Exception Error { get; } #

Original read exception when reading failed.

public Boolean Succeeded { get; } #

True when the document was read successfully.