FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

DocFx.ExportTemplateParams Type

ExportTemplate-Command parameters

Record fields

Record Field Description

All

Full Usage: All

Field type: bool

If specified, all the available templates will be exported.

Field type: bool

Common

Full Usage: Common

Field type: CommonParams

Specify common docFx options

Field type: CommonParams

OutputFolder

Full Usage: OutputFolder

Field type: string

Specify the output folder path for the exported templates.

Field type: string

Templates

Full Usage: Templates

Field type: string list

Specify templates to export.

Field type: string list

Instance members

Instance member Description

this.WithCommon

Full Usage: this.WithCommon

Parameters:
Returns: ExportTemplateParams
Modifiers: inline

Changes the "Common" parameters according to the given function

f : CommonParams -> CommonParams
Returns: ExportTemplateParams

Static members

Static member Description

ExportTemplateParams.Create()

Full Usage: ExportTemplateParams.Create()

Returns: ExportTemplateParams

ExportTemplate default parameters

Returns: ExportTemplateParams