ContentFiles(HelpFileFormats, String, String, String, IEnumerableString) Constructor

Constructor

Definition

Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public ContentFiles(
	HelpFileFormats helpFileFormats,
	string basePath,
	string sourcePath,
	string destination,
	IEnumerable<string> templateFileExtensions
)

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

See Also