ContentFiles(HelpFileFormats, String, String) Constructor

Constructor

Definition

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

Parameters

helpFileFormats  HelpFileFormats
The help file formats to which the files apply
sourcePath  String
The source path
destination  String
The destination path to use in the build output

See Also