ISupportSwitchIncludeArchiveFilenames Interface

Summary

Command supports switch -ai (Include archive filenames).

The Switch is SwitchIncludeArchiveFilenameCollection.

The Builder is SwitchIncludeArchiveFilenamesBuilder.

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

Syntax

public interface ISupportSwitchIncludeArchiveFilenames : ISupportSwitch

Properties

Name Value Summary
IncludeArchiveFilenames SwitchIncludeArchiveFilenameCollection?
Gets or sets the SwitchIncludeArchiveFilenameCollection.

See Also

GitHub Discussion