Refreshes all data members by re-opening the current zip file.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public void Refresh()
Visual Basic
Public Sub 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