Class CabSaveOptions

CabSaveOptions class

Options for saving a CAB archive.

public class CabSaveOptions

Constructors

NameDescription
CabSaveOptions()The default constructor.

Properties

NameDescription
CloseEntrySource { get; set; }Gets or sets a value indicating whether entries’ sources should be closed right after an entry has been compressed.
SkipChecksumCalculation { get; set; }Gets or sets a value indicating whether to skip checksum calculation when saving the CAB archive.

See Also