Extracts the files and folders contained in the specified zip file to the specified folder.
Namespace: DotNetNuke.Services.FileSystemAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public virtual int UnzipFile(
IFileInfo file,
IFolderInfo destinationFolder,
IList<string> invalidFiles
) |
Visual Basic |
---|
Public Overridable Function UnzipFile (
file As IFileInfo,
destinationFolder As IFolderInfo,
invalidFiles As IList(Of String)
) As Integer |
Return Value
Total files count in the zip file.
Implements
IFileManager..::..UnzipFile(IFileInfo, IFolderInfo, IList<(Of <<'(String>)>>))
Exceptions
See Also