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.7zip.
Summary
Gets a value indicating whether to throw on missing input files.
- Assembly
- Cake
.7zip .dll - Namespace
- Cake
.SevenZip .Commands - Containing Type
- DeleteCommand
Syntax
protected override bool ThrowOnMissingInputFiles { get; }
Value
Type | Description |
---|---|
bool |
true if [throw on missing input files]; otherwise, false .
|