Specifies masks for files that will be stored without compression.
[C#]
public StringCollection NoCompressionMasks { get; }
[VB.NET]
Public ReadOnly Property NoCompressionMasks As StringCollection
Description
NoCompressionMasks are used for overloaded versions without parameters of AddFiles, ExtractFiles, TestFiles, MoveFiles, UpdateFiles and DeleteFiles methods to store certain files without compression. This property should contain list of excluded directories and file names including wildcard characters. For example, "C:\\TEST\\*.*" specifies all files in the 'C:\TEST' directory.
Note: FileMasks property specifiec files that should be included into the operation, excluding files specified by ExclusionMasks.