Scope of the lock.
Represents exclusive or shared lock.
Members
-
static ITHit.WebDAV.Client.LockScope.Exclusive :string
Exclusive -
Exclusive lock. No one else can obtain the lock.
-
static ITHit.WebDAV.Client.LockScope.Shared :string
Shared -
Shared lock. It will be possible for another clients to get the shared locks.