Content Files Class
This class is used to contain content files for a presentation style that are to be embedded in the
compiled help file.
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 class ContentFilesVB
Public Class ContentFilesC++
public ref class ContentFilesF#
type ContentFiles = class end- Inheritance
- Object ContentFiles
Constructors
| ContentFiles(HelpFileFormats, String) | Constructor |
| ContentFiles(HelpFileFormats, String, String) | Constructor |
| ContentFiles(HelpFileFormats, String, String, String, IEnumerableString) | 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. |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |