API Reference

Enum

LegacyDocDiagnosticSeverity

Namespace OfficeIMO.Word.LegacyDoc.Diagnostics
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Severity of a legacy DOC import diagnostic.

Inheritance

  • Enum
  • LegacyDocDiagnosticSeverity

Usage

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

Accepted by parameters

Values

public const LegacyDocDiagnosticSeverity Info #

An informational import note that does not affect projection success.

Value: 0
public const LegacyDocDiagnosticSeverity Warning #

A non-fatal import limitation or preservation boundary.

Value: 1
public const LegacyDocDiagnosticSeverity Error #

A fatal import problem that prevents safe projection.

Value: 2