IdMatchType Enumeration

Document file format identification match type (confidence) result.

Definition

Namespace: OpenDiscoverSDK.Interfaces
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public enum IdMatchType

Members

None0 The document does not match any document signatures or exclusive file extensions.
ExtensionOnly50 The document matches a known extension but no file signatures. Only split archive segments, which could not be determined by internal signature, use file extensions as a last resort to identify.
PartialSignatureOnly70 The document matches a partial document signature but the extension is missing or is not in agreement.
PartialSignatureAndExtension80 The document matches a partial document signature and the extension is in agreement.
SignatureOnly90 The document matches a document full signature but the extension is missing or is not in agreement.
SignatureAndExtension100 The document matches a document full signature and the corresponding file extension is in agreement (high confidence).

See Also