ErrorDetailsNO_CONFLICTING_LOCK Field
IT Hit WebDAV Classes Reference
A LOCK request failed due the presence of an already existing conflicting lock. Note that a
lock can be in conflict although the resource to which the request was directed is only
indirectly locked. In this case, the precondition code can be used to inform the client about
the resource that is the root of the conflicting lock, avoiding a separate lookup of the
"lockdiscovery" property.
Namespace:
ITHit.WebDAV.Server
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public static readonly ErrorDetails NO_CONFLICTING_LOCK
Public Shared ReadOnly NO_CONFLICTING_LOCK As ErrorDetails
public:
static initonly ErrorDetails NO_CONFLICTING_LOCK
static val NO_CONFLICTING_LOCK: ErrorDetails
Field Value
Type:
ErrorDetailsSee Also