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