API Reference

Class

OfficeDocumentAssetMaterializationOptions

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Options controlling how read-result assets are materialized outside the read result envelope.

Inheritance

  • Object
  • OfficeDocumentAssetMaterializationOptions

Usage

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

Accepted by parameters

Constructors

public OfficeDocumentAssetMaterializationOptions() #

Properties

public Boolean CreateDirectory { get; set; } #

Creates the destination directory when it does not exist. Defaults to true.

public Boolean Overwrite { get; set; } #

Overwrites an existing file with the same deterministic filename. Defaults to true.

public Boolean ValidatePayloadHash { get; set; } #

When true, validates an asset payload against PayloadHash when the hash is present.

public Func<OfficeDocumentAsset, Boolean> Predicate { get; set; } #

Optional asset predicate used to materialize only selected assets.