ComponentOne Zip for .NET
IndexOf(String) Method

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZipEntryCollection Class > IndexOf Method : IndexOf(String) Method
Name of the entry to look for.
Gets the index of the entry with the specified name.
Syntax
Public Overloads Function IndexOf( _
   ByVal name As String _
) As Integer
public int IndexOf( 
   string name
)

Parameters

name
Name of the entry to look for.

Return Value

The index of the entry in the collection, or -1 if the entry was not found.
See Also

Reference

C1ZipEntryCollection Class
C1ZipEntryCollection Members
Overload List