class ITHit.WebDAV.Client.Resource
CancelUpload([String sLockToken])
sLockToken (optional) Item's lock token. String ReadContent([Object iBytesFrom], [Object iBytesCount])
iBytesFrom (optional) Offset bytes from file beginning.iBytesCount (optional) Count of bytes to read. WriteContent(String sContent, String sLockToken, String sMimeType)
sContent File content.sLockToken Lock token.sMimeType File mime-type.