API Reference
Class
OfficeDocumentAssetMaterializationOptions
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
- Method OfficeDocumentAssetMaterializer.StreamAssets
- Method OfficeDocumentAssetMaterializer.WriteAssetsToDirectory
- Extension method OfficeDocumentReadResult.StreamAssets
- Extension method OfficeDocumentReadResult.WriteAssetsToDirectory
Constructors
public OfficeDocumentAssetMaterializationOptions() #Inherited Methods
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.