Table of Contents

ContentFiles.ContentFiles Constructor

Definition

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

ContentFiles(HelpFileFormats, string)

Constructor

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

ContentFiles(HelpFileFormats, string, string)

Constructor

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

ContentFiles(HelpFileFormats, string, string, string, IEnumerable<string>)

Constructor

public ContentFiles(HelpFileFormats helpFileFormats, string basePath, string sourcePath, string destination, IEnumerable<string> templateFileExtensions)

Parameters

helpFileFormats HelpFileFormats

The help file formats to which the files apply

basePath string

An alternate base path or null to use the presentation style base path

sourcePath string

The source path

destination string

The destination path

templateFileExtensions IEnumerable<string>

An enumerable list of file extensions to treat as template files