Summary
Command supports switch -sns (NTFS alternate Streams).
    The Switch is SwitchNtfsAlternateStreams.
    
    The Builder is SwitchNtfsAlternateStreamsBuilder.
    
- Namespace
 - Cake
.SevenZip .Switches  - Interfaces
 - Implementing Types
 
							graph BT
	Type-.->Interface0["ISupportSwitch"]
	click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch"
	Type["ISupportSwitchNtfsAlternateStreams"]
class Type type-node
	Implementing0["DeleteCommand"]-.->Type
	click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand"
	Implementing1["HashCommand"]-.->Type
	click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/HashCommand"
	Implementing2["ExtractCommand"]-.->Type
	click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand"
	Implementing3["UpdateCommand"]-.->Type
	click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand"
	Implementing4["ListCommand"]-.->Type
	click Implementing4 "/Cake.7zip/api/Cake.SevenZip.Commands/ListCommand"
	Implementing5["TestCommand"]-.->Type
	click Implementing5 "/Cake.7zip/api/Cake.SevenZip.Commands/TestCommand"
	Implementing6["AddCommand"]-.->Type
	click Implementing6 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand"
						
					Syntax
public interface ISupportSwitchNtfsAlternateStreams : ISupportSwitch
			Properties
| Name | Value | Summary | 
|---|---|---|
| NtfsAlternateStreams | Switch | 
								
									 
    Gets or sets the SwitchNtfsAlternateStreams.
     
								 |