Determines whether the component should overwrite hidden files when extracting entries from the zip file.

Namespace:  C1.C1Zip
Assembly:  C1.Phone.Zip (in C1.Phone.Zip.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public bool OverwriteHidden { get; set; }
Visual Basic
Public Property OverwriteHidden As Boolean
	Get
	Set
XAML Attribute Usage
<object OverwriteHidden="bool" .../>

See Also