PowerTCP Zip Compression for .NET
EnablePath Property




Gets or sets whether to allow the end-user the option of specifying the destination directory.
Syntax
Public Property EnablePath As Boolean
Dim instance As SelfExtractConfiguration
Dim value As Boolean
 
instance.EnablePath = value
 
value = instance.EnablePath
public bool EnablePath {get; set;}
public: __property bool get_EnablePath();
public: __property void set_EnablePath( 
   bool value
);
public:
property bool EnablePath {
   bool get();
   void set (    bool value);
}

Property Value

A boolean specifying whether to allow end-user the option of specifying the destination directory. 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