SplitSevenZipArchiveSaveOptions

SplitSevenZipArchiveSaveOptions class

Options for saving a multi-volume 7-zip archive.

public class SplitSevenZipArchiveSaveOptions

Constructors

NameDescription
SplitSevenZipArchiveSaveOptions(string, uint)Instantiates settings for saving a multi-volume 7z archive.

Properties

NameDescription
FileName { get; }Gets the name of segments without extension.
SegmentSize { get; }Gets the size of segment.

See Also