API Reference
Class
ActiveDirectoryDocumentationExecutionResult
Contains the generated Active Directory documentation snapshot, rendered artifacts, and replay storage result.
Inheritance
- Object
- ActiveDirectoryDocumentationExecutionResult
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 ActiveDirectoryDocumentationExecutionResult() #Inherited Methods
Properties
public DocumentationSnapshot Snapshot { get; set; } #Gets or sets the final documentation snapshot, including artifact metadata.
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 the execution.
public DocumentationLocalizationValidationResult LocalizationValidation { get; set; } #Gets or sets localization validation evidence for the rendered report.