IBuildProcessHelpViewerFiles Property
This read-only property is used to get a list of the MS Help Viewer (MSHC) files that were built
Namespace: Sandcastle.Core.BuildEngineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
Collection<string> HelpViewerFiles { get; }
ReadOnly Property HelpViewerFiles As Collection(Of String)
Get
property Collection<String^>^ HelpViewerFiles {
Collection<String^>^ get ();
}
abstract HelpViewerFiles : Collection<string> with get
Property Value
CollectionString If the MS Help Viewer format was not built, this returns an empty collection