Table of Contents

PresentationStyleSettings.CopyHelpContent Method

Definition

Namespace
Sandcastle.Core.PresentationStyle
Assembly
Sandcastle.Core.dll

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

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)