ComponentOne Zip for UWP
AddFolderAsync Method

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZipEntryCollection Class : AddFolderAsync Method
The StorageFolder folder to be added to the zip file.
Adds the content of a folder to the current zip file.
Syntax
'Declaration
 
Public Function AddFolderAsync( _
   ByVal folder As Windows.Storage.StorageFolder _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task AddFolderAsync( 
   Windows.Storage.StorageFolder folder
)

Parameters

folder
The StorageFolder folder to be added to the zip file.
Remarks
This method adds all files and sub folders to the zip file.
See Also

Reference

C1ZipEntryCollection Class
C1ZipEntryCollection Members