ArgumentFilesBuilder.

WithFiles<T>(T, FilePath[]) Method

Summary

fluent setter for Files.

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

Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Builder
Containing Type
ArgumentFilesBuilder

Syntax

public static T WithFiles<T>(this T this, params FilePath[] files) 
    where T : ISupportArgumentBuilder<IHaveArgumentFiles>

Type Parameters

Name Description
T the builder to support the IHaveArgumentFiles.

Parameters

Name Type Description
this T The builder-instance.
files FilePath[] The files to operate on.

Return Value

Type Description
T The builder-instance for fluent re-use.