IdResult Class

Document file format identification result.

Definition

Namespace: OpenDiscoverSDK.Interfaces
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[ObfuscationAttribute(Exclude = true)]
[DataContractAttribute]
public class IdResult
Inheritance
Object    IdResult

Constructors

Properties

Classification Document file format classification.
Description File format description.
EncodingID For text based document format types this property gives the text character encoding Id (e.g., Text7BitASCII).
Extensions Known identified file format extension(s). Will be empty string if no known extension or will be a semi-colon ';' delimited list if there are multiple associated extensions.
ID Identified document file format.
IsEncrypted The file format type is an encrypted (password-protected) format if true.
MatchType Document file format identification match type.
MediaType Media Type of file format, if known (formerly known as MIME Type).
PrimaryExtension Primary known extension of file format. The primary extension is the first extension in Extensions (if it exists).

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also