Click or drag to resize
ZipProviderItem Property
Gets the entry from archive.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
public ZipEntry this[
	string filename
] { get; }

Parameters

filename
Type: SystemString
File name of the package

Property Value

Type: ZipEntry
See Also