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

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

Syntax

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

See Also