File Format Definition Class
File format identification definition.
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#
[DataContractAttribute]
public class FileFormatDefinition- Inheritance
- Object FileFormatDefinition
Remarks
Instances of this class provide information for file format identifications.
Constructors
| FileFormatDefinition | Constructor. |
| FileFormatDefinition(Int32, String, Int32, String, Int32, String, Boolean) | Constructor. |
Properties
| Classification | Gets the enumerated document type classification (e.g., spreadsheet, database, etc). |
| Description | Gets the document type description. |
| Extensions | Gets the document type extension(s). Will be empty string if no known extension or will be a semi-colon ';' delimited list if there are multiple associated extensions. |
| ID | Gets the document identification. |
| IsEncrypted | Gets whether Document identification type is an encrypted (password-protected) format. |
| MediaType | Media Type of file format, if known (formerly known as MIME Type). |
| PrimaryExtension | Gets the primary extension. The primary extension is the first extension in Extensions (if it exists). |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |