Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
DownloadParams
Download-Command parameters
Record Fields
Record Field | Description |
ArchiveFile
Signature: string
|
Specify the output xref archive. |
Common
Signature: CommonParams
|
Specify common docFx options |
Uri
Signature: string
|
Specify the url of xrefmap. |
Instance members
Instance member | Description |
x.WithCommon(f)
Signature: (f:(CommonParams -> CommonParams)) -> DownloadParams
|
Changes the "Common" parameters according to the given function |
Static members
Static member | Description |
DownloadParams.Create()
Signature: unit -> DownloadParams
|
Download default parameters |