ContentFiles Class
Definition
- Namespace
- Sandcastle.Core.PresentationStyle
- Assembly
- Sandcastle.Core.dll
This class is used to contain content files for a presentation style that are to be embedded in the compiled help file.
public class ContentFiles
- Inheritance
-
ContentFiles
Constructors
| ContentFiles(HelpFileFormats, string) |
Constructor |
| ContentFiles(HelpFileFormats, string, string) |
Constructor |
| ContentFiles(HelpFileFormats, string, string, string, IEnumerable<string>) |
Constructor |
Properties
| BasePath |
This read-only property returns the base path used for the source path files |
| DestinationFolder |
This read-only property returns the destination folder of the content files in the compiled help file |
| HelpFileFormats |
This read-only property returns the help file formats to which these files apply |
| SourcePathWildcard |
This read-only property returns the source path wildcard used to copy files |
| TemplateFileExtensions |
This read-only property returns an enumerable list of file extensions that should be treated as template files that need substitution tags replaced at build time. |