ISupportSwitchIncludeArchiveFilenames Interface

Command supports switch -ai (Include archive filenames).

The Switch is SwitchIncludeArchiveFilenameCollection.

The Builder is SwitchIncludeArchiveFilenamesBuilder.

graph BT Type-.->Interface0["ISupportSwitch"] click Interface0 "/cake-test/api/Cake.SevenZip.Switches/ISupportSwitch" Type["ISupportSwitchIncludeArchiveFilenames"] class Type type-node Implementing0["ExtractCommand"]-.->Type click Implementing0 "/cake-test/api/Cake.SevenZip.Commands/ExtractCommand" Implementing1["ListCommand"]-.->Type click Implementing1 "/cake-test/api/Cake.SevenZip.Commands/ListCommand" Implementing2["TestCommand"]-.->Type click Implementing2 "/cake-test/api/Cake.SevenZip.Commands/TestCommand"

Syntax

public interface ISupportSwitchIncludeArchiveFilenames : ISupportSwitch

Properties

Name Property Type Summary
IncludeArchiveFilenames SwitchIncludeArchiveFilenameCollection
Gets or sets the SwitchIncludeArchiveFilenameCollection.

See Also