CompressionMode EnumerationKentico 8.1 API Reference
Specifies whether to compress or decompress the underlying stream.

Namespace: CMS.IO.Compression
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.0.0.0 (8.1.5347.20411)
Members

  Member nameValueDescription
Decompress0 Decompresses the underlying stream.
Compress1 Compresses the underlying stream.
See Also