IVersionableItemIsCheckedOut 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: 13.3.13068
Syntax bool IsCheckedOut { get; }
ReadOnly Property IsCheckedOut As Boolean
Get
property bool IsCheckedOut {
bool get ();
}
abstract IsCheckedOut : bool with 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