DriveSettingsDownloadOnlyNewer Field
IT Hit WebDAV Classes Reference Specifies if only modified files will be downloaded.
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 DownloadOnlyNewer
Public DownloadOnlyNewer As Boolean
public:
bool DownloadOnlyNewer
val mutable DownloadOnlyNewer: bool
Field Value
Type:
BooleanDefault is
true.
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