Click or drag to resize

FileFormatDefinition Class

File format identification definition.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.InterfacesFileFormatDefinition

Namespace: OpenDiscoverSDK.Interfaces
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public class FileFormatDefinition

The FileFormatDefinition type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyClassification Gets the enumerated document type classification (e.g., spreadsheet, database, etc).
Public propertyDescription Gets the document type description.
Public propertyExtensions 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.
Public propertyID Gets the document identification.
Public propertyIsEncrypted Gets whether Document identification type is an encrypted (password-protected) format.
Public propertyMediaType Media Type of file format, if known (formerly known as MIME Type).
Public propertyPrimaryExtension Gets the primary extension. The primary extension is the first extension in Extensions (if it exists).
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
Instances of this class provide information for file format identifications.
See Also