API Reference
Class
LegacyDocUnsupportedFeature
Describes an unsupported or preserve-only feature discovered in a legacy DOC document.
Inheritance
- Object
- LegacyDocUnsupportedFeature
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 LegacyDocUnsupportedFeature(LegacyDocUnsupportedFeatureKind kind, String code, String description, String entryPath = null, String detailCode = null) #Creates unsupported feature metadata.
Parameters
- kind OfficeIMO.Word.LegacyDoc.Model.LegacyDocUnsupportedFeatureKind
- Structured unsupported feature category.
- code System.String
- Stable feature/diagnostic code.
- description System.String
- Human-readable feature description.
- entryPath System.String = null
- Compound-file entry path associated with the feature, when known.
- detailCode System.String = null
- Stable feature subtype key for reports and future import planning.
Inherited Methods
Properties
public LegacyDocUnsupportedFeatureKind Kind { get; } #Gets the structured unsupported feature category.
public String Code { get; } #Gets the stable feature/diagnostic code.
public String Description { get; } #Gets the human-readable feature description.
public String EntryPath { get; } #Gets the 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.