Enum OutputMode
Defines values for the OutputMode property of an Archive object.
public enum OutputMode
Fields
Composed = 0All streams in the archive are recorded to a single (composed) file.
Individual = 1Each stream in the archive is recorded to its own individual file.