Removes several entries from the current zip file.

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

Syntax

C#
public void Remove(
	string[] entryNames
)
Visual Basic
Public Sub Remove ( _
	entryNames As String() _
)

Parameters

entryNames
Type: array<System..::..String>[]()[][]
Array containing the names of the entries to remove.

See Also