Click or drag to resize

DocumentIdentifier Class

Document file format type identifier.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDKDocumentIdentifier

Namespace: OpenDiscoverSDK
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public static class DocumentIdentifier

The DocumentIdentifier type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCode exampleIdentify(Byte, String) Identifies a document's file format type using internal binary signatures.
Public methodStatic memberCode exampleIdentify(Stream, String) Identifies a document's file format type using internal binary signatures.
Public methodStatic memberSupportedFormats Returns a list of all Open Discover SDK supported file formats for identification.
Top
Fields
 NameDescription
Public fieldStatic memberContainerUnextractableResult 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).
Public fieldStatic memberEmptyFileResult RESERVED. Internally used by Open Discover Platform product: represents an empty file (i.e., zero-byte file length).
Public fieldStatic memberUnknownResult RESERVED. Internally used by Open Discover Platform product: represents and unknown file format type.
Top
See Also