Click or drag to resize
ZipProvider Class

Note: This API is now obsolete.

Class for work with ZIP archives.
Inheritance Hierarchy
SystemObject
  CMS.IO.ZipZipProvider

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use System.IO.Compression.ZipFile instead.")]
public class ZipProvider : IEnumerable<ZipEntry>, 
	IEnumerable, IDisposable

The ZipProvider type exposes the following members.

Constructors
  NameDescription
Public methodZipProvider
Constructor - Creates ZIP provider.
Top
Properties
  NameDescription
Public propertyItem
Gets the entry from archive.
Public propertyName
Gets name.
Top
Methods
  NameDescription
Public methodAddDirectory(String)
Adds directory to archive.
Public methodAddDirectory(String, Boolean)
Adds directory to archive.
Public methodAddFile
Adds file to archive.
Public methodAddFileFromStream
Adds the file from the given stream to the archive.
Public methodDispose
Disposes managed and unmanaged resources.
Protected methodDispose(Boolean)
Disposes managed and unmanaged resources.
Public methodExtract
Extraxts entry from archive.
Public methodExtractAll(String)
Extracts all entries of the specific archive.
Public methodExtractAll(String, Boolean)
Extracts all entries of the specific archive.
Protected methodFinalize
Destructor.
(Overrides ObjectFinalize.)
Public methodGetEnumerator
Gets the enumerator.
Public methodStatic memberRead(String)
Reades specific archive.
Public methodStatic memberRead(String, Boolean)
Reades specific archive.
Public methodSave
Saves created archive.
Top
Extension Methods
See Also