ZipProviderExtractAll Method (String, Boolean) |
Extracts all entries of the specific archive.
Namespace: CMS.IO.ZipAssembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax public void ExtractAll(
string path,
bool WantVerbose
)
Parameters
- path
- Type: SystemString
Path of the package - WantVerbose
- Type: SystemBoolean
Flag for verbose
See Also