ContentFiles(HelpFileFormats, 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
)

Parameters

helpFileFormats  HelpFileFormats
The help file formats to which the files apply
sourcePath  String
The source path

Remarks

The files from the source path will be copied to a like named folder in the build output

See Also