ISupportSwitchNtfsAlternateStreams Interface

Summary

Command supports switch -sns (NTFS alternate Streams).

The Switch is SwitchNtfsAlternateStreams.

The Builder is SwitchNtfsAlternateStreamsBuilder.

graph BT Type-.->Interface0["ISupportSwitch"] click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch" Type["ISupportSwitchNtfsAlternateStreams"] class Type type-node Implementing0["HashCommand"]-.->Type click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/HashCommand" Implementing1["DeleteCommand"]-.->Type click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand" Implementing2["ExtractCommand"]-.->Type click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand" Implementing3["TestCommand"]-.->Type click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Commands/TestCommand" Implementing4["ListCommand"]-.->Type click Implementing4 "/Cake.7zip/api/Cake.SevenZip.Commands/ListCommand" Implementing5["AddCommand"]-.->Type click Implementing5 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand" Implementing6["UpdateCommand"]-.->Type click Implementing6 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand"

Syntax

public interface ISupportSwitchNtfsAlternateStreams : ISupportSwitch

Properties

Name Value Summary
NtfsAlternateStreams SwitchNtfsAlternateStreams?
Gets or sets the SwitchNtfsAlternateStreams.

See Also

GitHub Discussion