ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip 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
    'Declaration
     
    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