DriveSettingsAllowWindowsExplorerCustomization Field
IT Hit WebDAV Classes Reference Allows Windows Explorer customization.
Namespace:
ITHit.MapWebDAVDrive.Core
Assembly:
ITHit.MapWebDAVDrive.Core (in ITHit.MapWebDAVDrive.Core.dll) Version: 1.3.997.0 (1.3.997.0)
Syntax public bool AllowWindowsExplorerCustomization
Public AllowWindowsExplorerCustomization As Boolean
public:
bool AllowWindowsExplorerCustomization
val mutable AllowWindowsExplorerCustomization: bool
Field Value
Type:
BooleanDefault is
false.
Remarks When this property is false requests to desktop.ini, .svn, folder.jpg, folder.gif, autorun.inf
are disabled. This makes Windows Explorer to run faster, however you are not able to customize its
appearance. If this property is 'true' all files are requested from server.
Note that some Microsoft Windows versions generate several requests for every subfolder
of the current folder causing Windows Explorer performance issues.
See Also