Content Files(Help File Formats, String, String) Constructor
Constructor
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 ContentFiles(
HelpFileFormats helpFileFormats,
string sourcePath,
string destination
)VB
Public Sub New (
helpFileFormats As HelpFileFormats,
sourcePath As String,
destination As String
)C++
public:
ContentFiles(
HelpFileFormats helpFileFormats,
String^ sourcePath,
String^ destination
)F#
new :
helpFileFormats : HelpFileFormats *
sourcePath : string *
destination : string -> ContentFilesParameters
- helpFileFormats HelpFileFormats
- The help file formats to which the files apply
- sourcePath String
- The source path
- destination String
- The destination path to use in the build output