This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Curl.
Summary
Gets or sets the sequence of local
FilePath
where to save the downloaded files.
- Assembly
- Cake
.Curl .dll - Namespace
- Cake
.Curl - Containing Type
- CurlDownloadSettings
Syntax
public IEnumerable<FilePath> OutputPaths { get; set; }
Remarks
When downloading multiple files, curl will match the order in which
the remote URLs are specified with the order of the paths in this property.
Value
Type | Description |
---|---|
IEnumerable |