Content Files(Help File Formats, String, String, String, IEnumerableString) 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 basePath,
string sourcePath,
string destination,
IEnumerable<string> templateFileExtensions
)VB
Public Sub New (
helpFileFormats As HelpFileFormats,
basePath As String,
sourcePath As String,
destination As String,
templateFileExtensions As IEnumerable(Of String)
)C++
public:
ContentFiles(
HelpFileFormats helpFileFormats,
String^ basePath,
String^ sourcePath,
String^ destination,
IEnumerable<String^>^ templateFileExtensions
)F#
new :
helpFileFormats : HelpFileFormats *
basePath : string *
sourcePath : string *
destination : string *
templateFileExtensions : IEnumerable<string> -> ContentFilesParameters
- helpFileFormats HelpFileFormats
- The help file formats to which the files apply
- basePath String
- An alternate base path or null to use the presentation style base path
- sourcePath String
- The source path
- destination String
- The destination path
- templateFileExtensions IEnumerableString
- An enumerable list of file extensions to treat as template files