Determines whether the component should overwrite read-only files when extracting entries from the zip file.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public bool OverwriteReadOnly { get; set; }
Visual Basic
Public Property OverwriteReadOnly As Boolean
	Get
	Set

See Also