PowerTCP Zip Compression for .NET
EnablePreservePath Property




Gets or sets whether to give the end-user a PreservePath option.
Syntax
Public Property EnablePreservePath As Boolean
Dim instance As SelfExtractConfiguration
Dim value As Boolean
 
instance.EnablePreservePath = value
 
value = instance.EnablePreservePath
public bool EnablePreservePath {get; set;}
public: __property bool get_EnablePreservePath();
public: __property void set_EnablePreservePath( 
   bool value
);
public:
property bool EnablePreservePath {
   bool get();
   void set (    bool value);
}

Property Value

A boolean specifying whether to give the end-user a PreservePath option. The 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