ContainsEntry Method (name)

DotNetZip

Ionic Zip Library v1.9.1.6 ContainsEntry Method (name)
ReferenceIonic.ZipZipFileContainsEntry(String)
Returns true if an entry by the given name exists in the ZipFile.
Declaration Syntax
C# Visual Basic Visual C++
public bool ContainsEntry(
	string name
)
Public Function ContainsEntry ( _
	name As String _
) As Boolean
public:
bool ContainsEntry(
	String^ name
)
Parameters
name (String)
the name of the entry to find
Return Value
true if an entry with the given name exists; otherwise false.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)