Presentation Style SettingsCopy Help Content 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: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public void CopyHelpContent(
HelpFileFormats format,
string destinationBasePath,
Action<string, Object[]> progressReporter,
Action<string, string, string> transformTemplate
)VB
Public Sub CopyHelpContent (
format As HelpFileFormats,
destinationBasePath As String,
progressReporter As Action(Of String, Object()),
transformTemplate As Action(Of String, String, String)
)C++
public:
void CopyHelpContent(
HelpFileFormats format,
String^ destinationBasePath,
Action<String^, array<Object^>^>^ progressReporter,
Action<String^, String^, String^>^ transformTemplate
)F#
member CopyHelpContent :
format : HelpFileFormats *
destinationBasePath : string *
progressReporter : Action<string, Object[]> *
transformTemplate : Action<string, string, string> -> unit 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 ActionString, Object
- An optional action delegate used to report progress
- transformTemplate ActionString, String, String
- A action delegate used to transform a template file (file, source folder, destination folder)