ContentFiles 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: 2024.2.18.0
public class ContentFiles
Inheritance
Object    ContentFiles

Constructors

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

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also