Start
Index
Search
Structure
ITHit.WebDAV.Client.Features
static
struct
ITHit.WebDAV.Client.Features
Represents features supported by WebDAV server.
Defined in
ITHitWebDAVClient.js
Property
Summary
static read
Integer
Class1
WebDAV Class 1 compliant item.
static read
Integer
Class2
WebDAV Class 2 compliant item.
static read
Integer
ResumableDownload
The item supports resumable download.
static read
Integer
ResumableUpload
The item supports resumable upload.
Property Details
property
static read
Integer
Class1
WebDAV Class 1 compliant item. Class 1 items does not support locking.
property
static read
Integer
Class2
WebDAV Class 2 compliant item. Class 2 items support locking.
property
static read
Integer
ResumableDownload
The item supports resumable download.
property
static read
Integer
ResumableUpload
The item supports resumable upload.