DataType enumeration

DataType enumeration

Represents possible types of data for plugin processing.

The DataType type exposes the following members:

Fields

FieldDescription
FILEData type is a file represented by the path to it.
STREAMData type is a stream.
BYTE_ARRAYData type is a byte array.

See Also