PDF for UWP | ComponentOne
C1.C1Zip Namespace / C1ZipEntry Class / Extract Method
A represents the folder of the extracted file.
Name and location of the extracted file.

In This Topic
    Extract Method
    In This Topic
    Extracts this entry to a file.
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(C1.C1Zip.C1ZipEntry/d__47)> 
    Public Function Extract( _ 
       ByVal storageFolder As StorageFolder, _ 
       ByVal fileName As String _ 
    ) As Task
    [AsyncStateMachine(C1.C1Zip.C1ZipEntry/d__47)] 
    public Task Extract( 
       StorageFolder storageFolder, 
       string fileName 
    )

    Parameters

    storageFolder
    A represents the folder of the extracted file.
    fileName
    Name and location of the extracted file.
    See Also