PDF for UWP | ComponentOne
C1.C1Zip Namespace / C1ZipEntryCollection Class / AddFolderAsync Method
The StorageFolder folder to be added to the zip file.

In This Topic
    AddFolderAsync Method
    In This Topic
    Adds the content of a folder to the current zip file.
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(C1.C1Zip.C1ZipEntryCollection/d__12)> 
    Public Function AddFolderAsync( _ 
       ByVal folder As StorageFolder _ 
    ) As Task
    [AsyncStateMachine(C1.C1Zip.C1ZipEntryCollection/d__12)] 
    public Task AddFolderAsync( 
       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