IBuildProcessHelpViewerFiles Property

This read-only property is used to get a list of the MS Help Viewer (MSHC) files that were built

Definition

Namespace: Sandcastle.Core.BuildEngine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
Collection<string> HelpViewerFiles { get; }

Property Value

CollectionString

Remarks

If the MS Help Viewer format was not built, this returns an empty collection

See Also