DriveSettings.AllowWindowsExplorerCustomization Field

IT Hit WebDAV for .NET

Allows Windows Explorer customization.

[Visual Basic]
Public AllowWindowsExplorerCustomization As Boolean
[C#]
public bool AllowWindowsExplorerCustomization;

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

DriveSettings Class | ITHit.MapWebDAVDrive.Core Namespace