Structure ITHit.WebDAV.Client.LockScope


static struct ITHit.WebDAV.Client.LockScope
Scope of the lock. Represents exclusive or shared lock.
Defined in ITHitWebDAVClient.js

Property Summary
static read String Exclusive
Exclusive lock.
static read String Shared
Shared lock.

Property Details

property static read String Exclusive

Exclusive lock. No one else can obtain the lock.

property static read String Shared

Shared lock. It will be possible for another clients to get the shared locks.