ArgumentDirectoriesBuilder Class

Summary

Extensions for all Builders that support IHaveArgumentDirectories.
Namespace
Cake.SevenZip.Builder
Base Types
  • object
graph BT Type-->Base0["object"] Type["ArgumentDirectoriesBuilder"] class Type type-node

Syntax

public static class ArgumentDirectoriesBuilder

Methods

Name Value Summary
WithDirectories<T>(T, DirectoryPathCollection) T
See Cake.SevenZip.Builder.ArgumentDirectoriesBuilder.WithDirectories``1(``0,DirectoryPath[]).
static
WithDirectories<T>(T, DirectoryPath[]) T
fluent setter for Directories.

See the comments on Files, Directories and DirectoryContents regarding files and directory structures.

static
WithDirectoryContents<T>(T, DirectoryPathCollection) T
See Cake.SevenZip.Builder.ArgumentDirectoriesBuilder.WithDirectoryContents``1(``0,DirectoryPath[]).
static
WithDirectoryContents<T>(T, DirectoryPath[]) T
fluent setter for DirectoryContents.

See the comments on Files, Directories and DirectoryContents regarding files and directory structures.

static

See Also

GitHub Discussion