DocumentIdentifier Class

Document file format type identifier.

Definition

Namespace: OpenDiscoverSDK
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public static class DocumentIdentifier
Inheritance
Object    DocumentIdentifier

Methods

Identify(Byte, String) Identifies a document's file format type using internal binary signatures.
Identify(Stream, String) Identifies a document's file format type using internal binary signatures.
SupportedFormats Returns a list of all Open Discover SDK supported file formats for identification.

Fields

ContainerUnextractableResult RESERVED. Internally used by Open Discover Platform product: represents an item that could not be extracted from its parent container (e.g., archive or mailstore child item).
EmptyFileResult RESERVED. Internally used by Open Discover Platform product: represents an empty file (i.e., zero-byte file length).
UnknownResult RESERVED. Internally used by Open Discover Platform product: represents and unknown file format type.

See Also