Click or drag to resize
ZipProvider Constructor
Constructor - Creates ZIP provider.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
public ZipProvider(
	string NewZipFileName
)

Parameters

NewZipFileName
Type: SystemString
File name of the new ZIP archive
See Also