API Reference
Class
ReaderDocumentReadOutcome
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.
Returned or exposed by
Accepted by parameters
Inherited Methods
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.