Click or drag to resize

SystemZipFolder Class

The System.ZipFolder properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemZipFolder

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class ZipFolder

The SystemZipFolder type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCompressedSize
The System.ZipFolder.CompressedSize property key. PropVariant type: VT_UI8. .NET type: System.UInt64. Shell name PKEY_ZipFolder_CompressedSize. Display name Compressed size.
Public propertyStatic memberCRC32
The System.ZipFolder.CRC32 property key. PropVariant type: VT_NULL. .NET type: System.Object. Shell name PKEY_ZipFolder_CRC32. Display name CRC-32.
Public propertyStatic memberEncrypted
The System.ZipFolder.Encrypted property key. PropVariant type: VT_NULL. .NET type: System.Object. Shell name PKEY_ZipFolder_Encrypted. Display name Password protected.
Public propertyStatic memberMethod
The System.ZipFolder.Method property key. PropVariant type: VT_NULL. .NET type: System.Object. Shell name PKEY_ZipFolder_Method. Display name Method.
Public propertyStatic memberRatio
The System.ZipFolder.Ratio property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_ZipFolder_Ratio. Display name Ratio.
Top
See Also