ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZipFile Class / Entries Property

In This Topic
    Entries Property
    In This Topic
    Gets a C1ZipEntryCollection that contains the entries in the zip file.
    Syntax
    Public ReadOnly Property Entries As C1ZipEntryCollection
    public C1ZipEntryCollection Entries {get;}
    Remarks
    The Entries collection is used to enumerate the entries in the zip file, and also to add, remove, and expand entries.
    See Also