Click or drag to resize

IVersionableItemAsyncIsCheckedOut Property

IT Hit WebDAV Classes Reference
Gets a value indicating whether the item is in checked-in or checked-out state.

Namespace:  ITHit.WebDAV.Server.DeltaV
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 11.3.10719
Syntax
bool IsCheckedOut { get; }

bool IsCheckedOut { get; }

Property Value

Type: Boolean
Boolean value indicating if item is in checked-out state.
Remarks
This property is used for precondition checking and shall not throw exceptions.
See Also