ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / IndexOf Method / IndexOf(String) Method
Name of the entry to look for.

In This Topic
    IndexOf(String) Method
    In This Topic
    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