API Reference
Class
LegacyDocCompoundFeature
Describes preserve-only compound storage discovered while importing a legacy DOC document.
Inheritance
- Object
- LegacyDocCompoundFeature
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
Constructors
public LegacyDocCompoundFeature(LegacyDocCompoundFeatureKind kind, String code, String description, String entryPath, String detailCode, Int32 entryCount, Int64 totalBytes) #Creates preserved compound feature metadata.
Parameters
- kind OfficeIMO.Word.LegacyDoc.Model.LegacyDocCompoundFeatureKind
- Structured compound feature category.
- code System.String
- Stable feature code.
- description System.String
- Human-readable feature description.
- entryPath System.String
- First compound-file entry path associated with the feature.
- detailCode System.String
- Stable feature subtype key for reports and future import planning.
- entryCount System.Int32
- Number of matching compound-file entries.
- totalBytes System.Int64
- Sum of matching entry sizes, when reported by the compound container.
Inherited Methods
Properties
public LegacyDocCompoundFeatureKind Kind { get; } #Gets the structured compound feature category.
public String Code { get; } #Gets the stable feature code.
public String Description { get; } #Gets the human-readable feature description.
public String EntryPath { get; } #Gets the first compound-file entry path associated with the feature, when known.
public String DetailCode { get; } #Gets a stable feature subtype key for reports and future import planning.
public Int32 EntryCount { get; } #Gets the number of matching compound-file entries.
public Int64 TotalBytes { get; } #Gets the sum of matching entry sizes, when reported by the compound container.