Content FilesHelp File Formats Property
This read-only property returns the help file formats to which these files apply
Definition
Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public HelpFileFormats HelpFileFormats { get; }VB
Public ReadOnly Property HelpFileFormats As HelpFileFormats
GetC++
public:
property HelpFileFormats HelpFileFormats {
HelpFileFormats get ();
}F#
member HelpFileFormats : HelpFileFormats with get