PresentationStyleSettings.CopyHelpContent Method

This is used to copy the presentation style help file content to the given destination folder

Definition

Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public void CopyHelpContent(
	HelpFileFormats format,
	string destinationBasePath,
	Action<string, Object[]> progressReporter,
	Action<string, string, string> transformTemplate
)

Parameters

format  HelpFileFormats
The help file format for which to copy files
destinationBasePath  String
The destination base path to which the files are copied
progressReporter  Action<String, Object[]>
An optional action delegate used to report progress
transformTemplate  Action<String, String, String>
A action delegate used to transform a template file (file, source folder, destination folder)

See Also