Click or drag to resize
ZipProviderExtractAll Method (String)
Extracts all entries of the specific archive.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 9.0.0
Syntax
C#
public void ExtractAll(
	string path
)

Parameters

path
Type: SystemString
Path of the package
See Also