MissingFileHandling
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Load
How SftpDelete@1 reacts to a file that is not there any more.
public enum MissingFileHandling
Inheritance Object → ValueType → Enum → MissingFileHandling
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Fail | 0 | Report the missing file as a node failure (default) |
| Ignore | 1 | Log a warning and carry on |