ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipFile Class / OverwriteSystem Property

In This Topic
    OverwriteSystem Property
    In This Topic
    Determines whether the component should overwrite system files when extracting entries from the zip file.
    Syntax
    'Declaration
     
    Public Property OverwriteSystem As System.Boolean
    public System.bool OverwriteSystem {get; set;}
    See Also