ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipFile Class / Refresh Method

In This Topic
    Refresh Method
    In This Topic
    Refreshes all data members by re-opening the current zip file.
    Syntax
    'Declaration
     
    Public Sub Refresh() 
    public void Refresh()
    Remarks
    This method is useful in instances where other applications may have changed the zip file and you want to make sure the information in the Entries collection is up to date.
    See Also