ContentFiles(HelpFileFormats, String, String, String, IEnumerableString) Constructor
Constructor
Namespace: Sandcastle.Core.PresentationStyleAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public ContentFiles(
HelpFileFormats helpFileFormats,
string basePath,
string sourcePath,
string destination,
IEnumerable<string> templateFileExtensions
)
Public Sub New (
helpFileFormats As HelpFileFormats,
basePath As String,
sourcePath As String,
destination As String,
templateFileExtensions As IEnumerable(Of String)
)
public:
ContentFiles(
HelpFileFormats helpFileFormats,
String^ basePath,
String^ sourcePath,
String^ destination,
IEnumerable<String^>^ templateFileExtensions
)
new :
helpFileFormats : HelpFileFormats *
basePath : string *
sourcePath : string *
destination : string *
templateFileExtensions : IEnumerable<string> -> ContentFiles
Parameters
- 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