IArchiveExtractorIsSplit Property

If true, this archive is a split (multi-file) archive.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
bool IsSplit { get; }

Property Value

Boolean

Remarks

Method ExtractContent(Stream, String, String) MUST be called in place of ExtractContent(String) for split (multi-volume) archives or media images.

See Also