CompressionMode EnumerationKentico 8.0 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.0.5239.26125)
Members

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