Click or drag to resize
ZipProviderExtractAll Method (String, Boolean)
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,
	bool WantVerbose
)

Parameters

path
Type: SystemString
Path of the package
WantVerbose
Type: SystemBoolean
Flag for verbose
See Also