ContentFiles.ContentFiles Constructor
Definition
- Namespace
- Sandcastle.Core.PresentationStyle
- Assembly
- Sandcastle.Core.dll
ContentFiles(HelpFileFormats, string)
Constructor
public ContentFiles(HelpFileFormats helpFileFormats, string sourcePath)
Parameters
helpFileFormatsHelpFileFormatsThe help file formats to which the files apply
sourcePathstringThe source path
Remarks
The files from the source path will be copied to a like named folder in the build output
ContentFiles(HelpFileFormats, string, string)
Constructor
public ContentFiles(HelpFileFormats helpFileFormats, string sourcePath, string destination)
Parameters
helpFileFormatsHelpFileFormatsThe help file formats to which the files apply
sourcePathstringThe source path
destinationstringThe destination path to use in the build output
ContentFiles(HelpFileFormats, string, string, string, IEnumerable<string>)
Constructor
public ContentFiles(HelpFileFormats helpFileFormats, string basePath, string sourcePath, string destination, IEnumerable<string> templateFileExtensions)
Parameters
helpFileFormatsHelpFileFormatsThe help file formats to which the files apply
basePathstringAn alternate base path or null to use the presentation style base path
sourcePathstringThe source path
destinationstringThe destination path
templateFileExtensionsIEnumerable<string>An enumerable list of file extensions to treat as template files