IHaveArgumentDirectories Interface
Interface for all commands supporting multiple directories as arguments.
graph BT Type-.->Interface0["IHaveArgument"] click Interface0 "/cake-test/api/Cake.SevenZip.Arguments/IHaveArgument" Type["IHaveArgumentDirectories"] class Type type-node Implementing0["AddCommand"]-.->Type click Implementing0 "/cake-test/api/Cake.SevenZip.Commands/AddCommand" Implementing1["UpdateCommand"]-.->Type click Implementing1 "/cake-test/api/Cake.SevenZip.Commands/UpdateCommand" Implementing2["HashCommand"]-.->Type click Implementing2 "/cake-test/api/Cake.SevenZip.Commands/HashCommand" Implementing3["DeleteCommand"]-.->Type click Implementing3 "/cake-test/api/Cake.SevenZip.Commands/DeleteCommand" Implementing4["BaseAddLikeSyntaxCommand"]-.->Type click Implementing4 "/cake-test/api/Cake.SevenZip.Commands/BaseAddLikeSyntaxCommand"

Syntax

public interface IHaveArgumentDirectories : IHaveArgument

Properties

Name Property Type Summary
Directories DirectoryPathCollection?
Gets or sets the list of Directories the command operates on.

For add and update, adding a directory will add the directory itself to the root of the archive including everything in it.

DirectoryContents DirectoryPathCollection?
Gets or sets the list of Directory-contents the command operates on.

For add and update, adding a directory this way will add the files of the directory to the root of the archive but not the directory itself.