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
Syntax
public static T WithCompressionMethodSortFilesByType<T>(this T this, bool sortFilesByType)
where T : ISupportSwitchBuilder<ISupportSwitchCompressionMethod>
Type Parameters
Parameters
Name |
Type |
Description |
this |
T |
The this. |
sortFilesByType |
bool |
enable / disable the sorting files by type in solid archives. |
Return Value
Type |
Description |
T |
The builder-instance for fluent re-use. |