This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.7zip.
Summary
See Cake.SevenZip.Builder.ArgumentDirectoriesBuilder.WithDirectoryContents``1(``0,Cake.Core.IO.DirectoryPath[])
.
Syntax
public static T WithDirectoryContents<T>(this T this, DirectoryPathCollection directories)
where T : ISupportArgumentBuilder<IHaveArgumentDirectories>
Type Parameters
Parameters
Name |
Type |
Description |
this |
T |
The builder-instance. |
directories |
DirectoryPathCollection |
The directories to operate on. |
Return Value
Type |
Description |
T |
The builder, for fluent use. |