IVersionableItem.CheckOut Method 

IT Hit WebDAV for .NET

Allow modifications to the content and properties of this version-controlled item.

[Visual Basic]
Function CheckOut() As WebDAVResponse
[C#]
WebDAVResponse CheckOut();

Return Value

Remarks

In your CheckOut 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.

See Also

IVersionableItem Interface | ITHit.WebDAV.Server.DeltaV Namespace