ISupportSwitchExcludeArchiveFilenames Interface

Summary

Command supports switch -ax (Exclude archive filenames).

The Switch is SwitchExcludeArchiveFilenameCollection.

The Builder is SwitchExcludeArchiveFilenamesBuilder.

graph BT Type-.->Interface0["ISupportSwitch"] click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch" Type["ISupportSwitchExcludeArchiveFilenames"] 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 ISupportSwitchExcludeArchiveFilenames : ISupportSwitch

Properties

Name Value Summary
ExcludeArchiveFilenames SwitchExcludeArchiveFilenameCollection?
Gets or sets the SwitchExcludeArchiveFilenameCollection.

See Also

GitHub Discussion