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.DownloadParams Type

Download-Command parameters

Record fields

Record Field Description

ArchiveFile

Full Usage: ArchiveFile

Field type: string

Specify the output xref archive.

Field type: string

Common

Full Usage: Common

Field type: CommonParams

Specify common docFx options

Field type: CommonParams

Uri

Full Usage: Uri

Field type: string

Specify the url of xrefmap.

Field type: string

Instance members

Instance member Description

this.WithCommon

Full Usage: this.WithCommon

Parameters:
Returns: DownloadParams
Modifiers: inline

Changes the "Common" parameters according to the given function

f : CommonParams -> CommonParams
Returns: DownloadParams

Static members

Static member Description

DownloadParams.Create()

Full Usage: DownloadParams.Create()

Returns: DownloadParams

Download default parameters

Returns: DownloadParams