WgetSettings.

Recursive Property

Summary

Turn on recursive retrieving.
Assembly
Cake.Wget.dll
Namespace
Cake.Wget
Containing Type
WgetSettings

Syntax

public bool Recursive { get; set; }

Remarks

See Recursive Download, for more details. The default maximum depth is 5.

Attributes

Type Description
WgetArgumentNameAttribute

Value

Type Description
bool

See Also