Id Result 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)
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
| IdResult | Constructor. |
| IdResult(FileFormatDefinition, Int32, Int32) | Constructor. |
| IdResult(Int32, Int32, String, String, String, Int32, String, Boolean, Int32, Int32) | Constructor. |
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
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |