Click or drag to resize

IdResult(Int32, Int32, String, String, String, Int32, String, Boolean, Int32, Int32) Constructor

Constructor.

Namespace: OpenDiscoverSDK.Interfaces
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax
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.
See Also