ISupportSwitchFullyQualifiedFilePaths Interface

Command supports switch -spf/-spf2 (Use fully qualified file paths).

The Switch is SwitchFullyQualifiedFilePaths.

The Builder is SwitchFullyQualifiedFilePathsBuilder.

graph BT Type-.->Interface0["ISupportSwitch"] click Interface0 "/cake-test/api/Cake.SevenZip.Switches/ISupportSwitch" Type["ISupportSwitchFullyQualifiedFilePaths"] class Type type-node Implementing0["AddCommand"]-.->Type click Implementing0 "/cake-test/api/Cake.SevenZip.Commands/AddCommand" Implementing1["UpdateCommand"]-.->Type click Implementing1 "/cake-test/api/Cake.SevenZip.Commands/UpdateCommand" Implementing2["ExtractCommand"]-.->Type click Implementing2 "/cake-test/api/Cake.SevenZip.Commands/ExtractCommand" Implementing3["DeleteCommand"]-.->Type click Implementing3 "/cake-test/api/Cake.SevenZip.Commands/DeleteCommand"

Syntax

public interface ISupportSwitchFullyQualifiedFilePaths : ISupportSwitch

Properties

Name Property Type Summary
FullyQualifiedFilePaths SwitchFullyQualifiedFilePaths
Gets or sets the SwitchFullyQualifiedFilePaths.

See Also