API Reference
Class
PowerPointCompatibilityReport
Structured compatibility evidence across local and externally recorded lanes.
Inheritance
- Object
- PowerPointCompatibilityReport
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
Methods
public PowerPointCompatibilityReport RecordExternal(String lane, PowerPointCompatibilityStatus status, String message, params String[] artifactPaths) #Returns:
PowerPointCompatibilityReportRecords evidence from an external Google Slides, Keynote, or other import lane.
Parameters
- lane System.String
- status OfficeIMO.PowerPoint.PowerPointCompatibilityStatus
- message System.String
- artifactPaths System.String[]
public String ToJson(Boolean indented = true) #Returns:
StringSerializes the compatibility report as deterministic JSON.
Parameters
- indented System.Boolean = true
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object