SwitchCompressionMethodBuilder.

WithCompressionMethodSortFilesByType<T>(T, bool) Method

Summary

fluent setter for the method of ISupportSwitchCompressionMethod.

Syntax

public static T WithCompressionMethodSortFilesByType<T>(this T this, bool sortFilesByType) 
    where T : ISupportSwitchBuilder<ISupportSwitchCompressionMethod>

Type Parameters

Name Description
T the builder to support the ISupportSwitchCompressionMethod.

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.