enum
EOutputType
An enumeration that indicate which output will be used to return the compressed file.
Properties
IFileValue
= 0
Returns an IFileValue that can be used at runtime. It works only with small files
LocalFile
= 1
Returns the path of a local file. It works also with big files.