SplitArchiveSaveOptions

SplitArchiveSaveOptions class

Options for saving a multi-volume zip archive.

public class SplitArchiveSaveOptions

Constructors

NameDescription
SplitArchiveSaveOptions(string, uint)Instantiates settings for saving a multi-volume zip archive.

Properties

NameDescription
ArchiveComment { get; set; }Gets or sets optional comment for the Zip file.
Encoding { get; set; }Gets or sets encoding for converting file names and other strings to bytes.
FileName { get; }Gets the name of segments without extension.
SegmentSize { get; }Gets the size of segment.

See Also