File Format Definition(Int 32, String, Int 32, String, Int 32, String, Boolean) 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 FileFormatDefinition(
int formatID,
string extensions,
int reserved,
string mediaType,
int classification,
string description,
bool isEncrypted = false
)Parameters
- formatID Int32
- Enumerated file format ID type.
- extensions String
- Known file format extensions. Will be empty string if no known extension.
- reserved Int32
- 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 (Optional)
- True if the document identification type is an encrypted (password-protected) format; false, otherwise.
Remarks
Only the SDK should create instances of this class.