Namespace: ITHit.WebDAV.Server.DeltaV
[Missing <param name="isAutoCheckOut"/> documentation for "M:ITHit.WebDAV.Server.DeltaV.IVersionableItem.CheckOutAsync(System.Boolean)"]
Exception | Condition |
---|---|
LockedException | This item was locked. Client did not provide the lock token. |
NeedPrivilegesException | The user doesn't have enough privileges. |
InsufficientStorageException | Quota limit is reached. |
MultistatusException | Errors has occurred during processing of the subtree. |
DavException | In other cases. |
In your CheckOutAsync(Boolean) implementation you will mark item as checked-out and allow item modifications. When item is in check-out state WebDAV client can issue commands updating item contents and properties.