Click or drag to resize

FileType Enumeration

** NOTE: ADDED in CFX 1.4 **

Specifies the type of a file.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum FileType
Members
Member nameValueDescription
GenericMimeType0 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).
DPMX1 Specifies an IPC-2581 formatted DPMX file.
See Also