API Reference

Class

VisioShowcaseArtifact

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Modifiers sealed

Describes one generated Visio showcase artifact using a stable path relative to the showcase root.

Inheritance

  • Object
  • VisioShowcaseArtifact

Usage

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

Properties

public VisioShowcaseArtifactKind Kind { get; } #

Artifact role in the proof bundle.

public String RelativePath { get; } #

Path relative to the showcase root, normalized to forward slashes for CI artifacts.

public String Format { get; } #

Lower-case file extension without the leading dot.

public Int64 SizeBytes { get; } #

Artifact size in bytes at the time the summary was created.

public String Sha256 { get; } #

Lower-case SHA-256 hash of the artifact bytes, or an empty string when the file was unavailable.