Click or drag to resize

IdResult Class

Document file format identification result.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.InterfacesIdResult

Namespace: OpenDiscoverSDK.Interfaces
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[ObfuscationAttribute(Exclude = true)]
[DataContractAttribute]
public class IdResult

The IdResult type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyClassification Document file format classification.
Public propertyDescription File format description.
Public propertyEncodingID For text based document format types this property gives the text character encoding Id (e.g., Text7BitASCII).
Public propertyExtensions 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.
Public propertyID Identified document file format.
Public propertyIsEncrypted The file format type is an encrypted (password-protected) format if true.
Public propertyMatchType Document file format identification match type.
Public propertyMediaType Media Type of file format, if known (formerly known as MIME Type).
Public propertyPrimaryExtension Primary known extension of file format. The primary extension is the first extension in Extensions (if it exists).
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also