PublishCompletionOptions Properties
Class Properties 3 members
Options for completing the publishing process.
Gets or sets the completion message of the publishing process.
public string? CompletionMessage { get; set; } Gets or sets the completion state of the publishing process. When
null, the state is automatically aggregated from all steps. public CompletionState? CompletionState { get; set; } Gets or sets optional pipeline summary information to display after completion. The list preserves insertion order. Each item carries its own Markdown formatting flag.
public IReadOnlyList<PipelineSummaryItem>? PipelineSummary { get; set; }