Click or drag to resize
ZipFileInfo Constructor
Initializes new instance of FileInfo.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
public ZipFileInfo(
	ZipStorageProvider provider,
	string filename
)

Parameters

provider
Type: CMS.IOZipStorageProvider
Parent provider
filename
Type: SystemString
File name
See Also