Id Result(Int 32, Int 32, String, String, String, Int 32, String, Boolean, Int 32, Int 32) Constructor
Constructor.
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#
public IdResult(
int formatID,
int reserved1,
string extensions,
string reserved2,
string mediaType,
int classification,
string description,
bool isEncrypted,
int matchType,
int textEncodingId
)Parameters
- formatID Int32
- Enumerated file format Id type.
- reserved1 Int32
- Reserved.
- extensions String
- Known file format extensions. Will be empty string if no known extension.
- reserved2 String
- Reserved.
- mediaType String
- Media Type, formerly known as MIME type.
- classification Int32
- File type classification. The classification the format belongs, e.g., Spreadsheet, Database, WordProcessing, etc.
- description String
- Description of file type.
- isEncrypted Boolean
- True if the document identification type is an encrypted (password-protected) format; false, otherwise.
- matchType Int32
- Strength of identification result.
- textEncodingId Int32
- If text based format, a character encoding identifier.
Remarks
Only the SDK should create instances of this class.