API Reference
Class
TestimoXDocumentationSaveResult
Contains artifact, replay snapshot, storage, and localization evidence from a documentation save operation.
Inheritance
- Object
- TestimoXDocumentationSaveResult
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 TestimoXDocumentationSaveResult() #Inherited Methods
Properties
public DocumentationReport Report { get; set; } #Gets or sets the report that was rendered.
public DocumentationSnapshot SourceSnapshot { get; set; } #Gets or sets the source snapshot when the operation replayed a persisted snapshot.
public DocumentationSnapshot Snapshot { get; set; } #Gets or sets the final snapshot carrying the rendered artifact metadata.
public Boolean StoredSnapshot { get; set; } #Gets or sets whether replay storage was written.
public IReadOnlyList<DocumentationOutputArtifact> Artifacts { get; set; } #Gets or sets rendered output artifacts.
public DocumentationSnapshotStorageResult StorageResult { get; set; } #Gets or sets the replay storage targets written by this operation.
public DocumentationLocalizationValidationResult LocalizationValidation { get; set; } #Gets or sets localization validation evidence for the rendered report.
public Boolean IsSnapshotReplay { get; } #Gets whether the save operation rendered a replay snapshot.