ComponentOne Zip for UWP
IndexOf(String) Method

C1.UWP.Zip 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
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal name As System.String _
) As System.Integer
public System.int IndexOf( 
   System.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