| ZipFileExtract Method (String, Boolean, ZipFileRenameFileDelegate) |
Namespace:
Dynamicweb.Content.Files
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public static bool Extract(
string physicalPath,
bool createDirectory,
ZipFileRenameFileDelegate renameFileDelegate
)
Public Shared Function Extract (
physicalPath As String,
createDirectory As Boolean,
renameFileDelegate As ZipFileRenameFileDelegate
) As Boolean
Parameters
- physicalPath
- Type: SystemString
- createDirectory
- Type: SystemBoolean
- renameFileDelegate
- Type: Dynamicweb.Content.FilesZipFileRenameFileDelegate
Return Value
Type:
BooleanSee Also