Click or drag to resize

IArchiveExtractorIsSplit Property

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

Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
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