FileType class
Leave feedback
On this page
Represents a file type base class.
The FileType type exposes the following members:
| Constructor | Description |
|---|---|
| init | Initializes a FileType for serialization. |
| Method | Description |
|---|---|
| equals | Implements the equality comparison defined by Enumeration.equals. |
| equals_enumeration | |
| from_extension | Gets the FileType for the provided file extension. |
| from_filename | Returns FileType for specified file_name. |
| from_stream | Returns FileType for provided document stream. |
| get_all | |
| to_string | String representation of file type. |
| compare_to | Compares current object to other. (inherited from Enumeration) |
| compare_to_object | (inherited from Enumeration) |
| equals_object | (inherited from Enumeration) |
| from_display_name | (inherited from Enumeration) |
| from_value | (inherited from Enumeration) |
| get_hash_code | Provides the default hash function. (inherited from Enumeration) |
| Property | Description |
|---|---|
| description | The file type description. |
| extension | The file extension. |
| family | The file family. |
| file_format | The file format. |
| Field | Description |
|---|---|
| UNKNOWN | Unknown file type |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.