** NOTE: ADDED in CFX 1.4 **
Specifies the type of a file.
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
SyntaxPublic Enumeration FileType
MembersMember name | Value | Description |
---|
GenericMimeType | 0 |
Specifies a file that is of a known MIME content-type, such as text, XML, JSON, a variety of images types like JPEG, PNG, etc., etc.
To learn more about MIME content types, [CLICK HERE](https://en.wikipedia.org/wiki/Media_type).
|
DPMX | 1 |
Specifies an IPC-2581 formatted DPMX file.
|
See Also