DriveSettings.DownloadOnlyNewer Field

IT Hit WebDAV for .NET

Specifies if only modified files will be downloaded.

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

Remarks

Specifies if a file will be downloaded from WebDAV server each time when it is requested by file system or if it will be cached and downloaded only when modified. The second option requires the server and client clocks to be synchronized.

See Also

DriveSettings Class | ITHit.MapWebDAVDrive.Core Namespace