IVersionableItemIsAutoCheckedOut Property
IT Hit WebDAV Classes Reference
Gets a value indicating whether the item was check-out automatically by engine without
explicit request from client.
Namespace:
ITHit.WebDAV.Server.DeltaV
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax bool IsAutoCheckedOut { get; }
ReadOnly Property IsAutoCheckedOut As Boolean
Get
property bool IsAutoCheckedOut {
bool get ();
}
abstract IsAutoCheckedOut : bool with get
Property Value
Type:
BooleanRemarks
Before checking-out the engine sets this property.
When item is being unlocked engine reads this property and calls
CheckInAsync if necessary. This property is required for auto-versioning.
This property shall not throw exceptions.
See Also