Enum DataType

DataType enumeration

Represents possible types of data for plugin processing.

public enum DataType

Values

NameValueDescription
File0Data type is a file represented by the path to it.
Stream1Data type is a stream.
ByteArray2Data type is a byte array.

See Also