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.

See Also