FileFormatDefinition(Int32, String, Int32, String, Int32, String, Boolean) Constructor |
Constructor.
Namespace: OpenDiscoverSDK.InterfacesAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic 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.
See Also