\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / Add Method / Add(String,Int32) Method

In This Topic
    Add(String,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal fileName As System.String, _
       ByVal pathLevels As System.Integer _
    ) 
    public void Add( 
       System.string fileName,
       System.int pathLevels
    )

    Parameters

    fileName
    pathLevels
    See Also