PowerTCP Zip Compression for .NET
Overwrite Property (SelfExtractConfiguration)




Gets or sets whether to overwrite by default.
Syntax
Public Property Overwrite As Overwrite
Dim instance As SelfExtractConfiguration
Dim value As Overwrite
 
instance.Overwrite = value
 
value = instance.Overwrite
public Overwrite Overwrite {get; set;}
public: __property Overwrite get_Overwrite();
public: __property void set_Overwrite( 
   Overwrite value
);
public:
property Overwrite Overwrite {
   Overwrite get();
   void set (    Overwrite value);
}

Property Value

A boolean indicating whether to overwrite any existing files during the unzip operation. Default value is true.
See Also

Reference

SelfExtractConfiguration Class
SelfExtractConfiguration Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic