API Reference

Class

OfficeDocumentMaterializedAsset

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Result for a single asset materialization attempt.

Inheritance

  • Object
  • OfficeDocumentMaterializedAsset

Usage

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

Constructors

public OfficeDocumentMaterializedAsset() #

Properties

public OfficeDocumentAsset Asset { get; set; } #

Asset from the source read result.

public String FileName { get; set; } #

Deterministic filename used for this materialization attempt.

public String Path { get; set; } #

Full output path when assets are written to a directory.

public Boolean Written { get; set; } #

True when the asset payload was written or streamed.

public String SkippedReason { get; set; } #

Explanation when the asset was skipped.